View source: R/route53_operations.R
route53_create_traffic_policy | R Documentation |
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://www.paws-r-sdk.com/docs/route53_create_traffic_policy/ for full documentation.
route53_create_traffic_policy(Name, Document, Comment = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.