route53_change_resource_record_sets: Creates, changes, or deletes a resource record set, which...

View source: R/route53_operations.R

route53_change_resource_record_setsR Documentation

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://www.paws-r-sdk.com/docs/route53_change_resource_record_sets/ 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.


paws.networking documentation built on Sept. 12, 2023, 1:24 a.m.