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
|
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]