route53domains_associate_delegation_signer_to_domain {paws.networking} | R Documentation |
Creates a delegation signer (DS) record in the registry zone for this domain name
Description
Creates a delegation signer (DS) record in the registry zone for this domain name.
See https://www.paws-r-sdk.com/docs/route53domains_associate_delegation_signer_to_domain/ for full documentation.
Usage
route53domains_associate_delegation_signer_to_domain(
DomainName,
SigningAttributes
)
Arguments
DomainName |
[required] The name of the domain. |
SigningAttributes |
[required] The information about a key, including the algorithm, public key-value, and flags. |
[Package paws.networking version 0.9.0 Index]