View source: R/route53_operations.R
route53_change_resource_record_sets | R Documentation |
Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name. For example, you can use change_resource_record_sets
to create a resource record set that routes traffic for test.example.com to a web server that has an IP address of 192.0.2.44.
See https://www.paws-r-sdk.com/docs/route53_change_resource_record_sets/ for full documentation.
route53_change_resource_record_sets(HostedZoneId, ChangeBatch)
HostedZoneId |
[required] The ID of the hosted zone that contains the resource record sets that you want to change. |
ChangeBatch |
[required] A complex type that contains an optional comment and the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.