View source: R/route53_operations.R
route53_create_traffic_policy_instance | R Documentation |
Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, create_traffic_policy_instance
associates the resource record sets with a specified domain name (such as example.com) or subdomain name (such as www.example.com). Amazon Route 53 responds to DNS queries for the domain or subdomain name by using the resource record sets that create_traffic_policy_instance
created.
See https://www.paws-r-sdk.com/docs/route53_create_traffic_policy_instance/ for full documentation.
route53_create_traffic_policy_instance(
HostedZoneId,
Name,
TTL,
TrafficPolicyId,
TrafficPolicyVersion
)
HostedZoneId |
[required] The ID of the hosted zone that you want Amazon Route 53 to create resource record sets in by using the configuration in a traffic policy. |
Name |
[required] The domain name (such as example.com) or subdomain name (such as www.example.com) for which Amazon Route 53 responds to DNS queries by using the resource record sets that Route 53 creates for this traffic policy instance. |
TTL |
[required] (Optional) The TTL that you want Amazon Route 53 to assign to all of the resource record sets that it creates in the specified hosted zone. |
TrafficPolicyId |
[required] The ID of the traffic policy that you want to use to create resource record sets in the specified hosted zone. |
TrafficPolicyVersion |
[required] The version of the traffic policy that you want to use to create resource record sets in the specified hosted zone. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.