paws.networking (version 0.5.0)

route53_update_traffic_policy_instance: After you submit a UpdateTrafficPolicyInstance request, there's a brief delay while Route 53 creates the resource record sets that are specified in the traffic policy definition

Description

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.

Usage

route53_update_traffic_policy_instance(
  Id,
  TTL,
  TrafficPolicyId,
  TrafficPolicyVersion
)

Arguments

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.