route53_create_reusable_delegation_set {paws.networking}R Documentation

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account

Description

Creates a delegation set (a group of four name servers) that can be reused by multiple hosted zones that were created by the same Amazon Web Services account.

See https://www.paws-r-sdk.com/docs/route53_create_reusable_delegation_set/ for full documentation.

Usage

route53_create_reusable_delegation_set(CallerReference, HostedZoneId = NULL)

Arguments

CallerReference

[required] A unique string that identifies the request, and that allows you to retry failed create_reusable_delegation_set requests without the risk of executing the operation twice. You must use a unique CallerReference string every time you submit a create_reusable_delegation_set request. CallerReference can be any unique string, for example a date/time stamp.

HostedZoneId

If you want to mark the delegation set for an existing hosted zone as reusable, the ID for that hosted zone.


[Package paws.networking version 0.7.0 Index]