Learn R Programming

paws.networking (version 0.2.0)

route53_change_resource_record_sets: Creates, changes, or deletes a resource record set, which contains authoritative DNS information for a specified domain name or subdomain name

Description

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://paws-r.github.io/docs/route53/change_resource_record_sets.html for full documentation.

Usage

route53_change_resource_record_sets(HostedZoneId, ChangeBatch)

Arguments

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 Changes element.