Learn R Programming

paws.networking (version 0.2.0)

route53_update_traffic_policy_instance: Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version

Description

Updates the resource record sets in a specified hosted zone that were created based on the settings in a specified traffic policy version.

See https://paws-r.github.io/docs/route53/update_traffic_policy_instance.html 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.