View source: R/route53_operations.R
route53_update_traffic_policy_instance | R Documentation |
After you submit a update_traffic_policy_instance
request, there's a brief delay while RouteĀ 53 creates the resource record sets that are specified in the traffic policy definition. Use get_traffic_policy_instance
with the id
of updated traffic policy instance confirm that the update_traffic_policy_instance
request completed successfully. For more information, see the State
response element.
See https://www.paws-r-sdk.com/docs/route53_update_traffic_policy_instance/ for full documentation.
route53_update_traffic_policy_instance(
Id,
TTL,
TrafficPolicyId,
TrafficPolicyVersion
)
Id |
[required] The ID of the traffic policy instance that you want to update. |
TTL |
[required] The TTL that you want Amazon Route 53 to assign to all of the updated resource record sets. |
TrafficPolicyId |
[required] The ID of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance. |
TrafficPolicyVersion |
[required] The version of the traffic policy that you want Amazon Route 53 to use to update resource record sets for the specified traffic policy instance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.