paws.networking (version 0.1.6)

route53_create_traffic_policy_instance: Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version

Description

Creates resource record sets in a specified hosted zone based on the settings in a specified traffic policy version. In addition, CreateTrafficPolicyInstance 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 CreateTrafficPolicyInstance created.

Usage

route53_create_traffic_policy_instance(HostedZoneId, Name, TTL,
  TrafficPolicyId, TrafficPolicyVersion)

Arguments

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.

Request syntax

svc$create_traffic_policy_instance(
  HostedZoneId = "string",
  Name = "string",
  TTL = 123,
  TrafficPolicyId = "string",
  TrafficPolicyVersion = 123
)