Learn R Programming

paws.networking (version 0.2.0)

route53_create_traffic_policy: Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example

Description

Creates a traffic policy, which you use to create multiple DNS resource record sets for one domain name (such as example.com) or one subdomain name (such as www.example.com).

See https://paws-r.github.io/docs/route53/create_traffic_policy.html for full documentation.

Usage

route53_create_traffic_policy(Name, Document, Comment = NULL)

Arguments

Name

[required] The name of the traffic policy.

Document

[required] The definition of this traffic policy in JSON format. For more information, see Traffic Policy Document Format.

Comment

(Optional) Any comments that you want to include about the traffic policy.