Values.AssociateDelegationSignerToDomainRequestSourceCreates a delegation signer (DS) record in the registry zone for this domain name. Note that creating DS record at the registry impacts DNSSEC validation of your DNS records. This action may render your domain name unavailable on the internet if the steps are completed in the wrong order, or with incorrect timing. For more information about DNSSEC signing, see Configuring DNSSEC signing in the Route 53 developer guide.
type nonrec t = {domainName : DomainName.t;The name of the domain.
*)signingAttributes : DnssecSigningAttributes.t;The information about a key, including the algorithm, public key-value, and flags.
*)}val make :
domainName:DomainName.t ->
signingAttributes:DnssecSigningAttributes.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of DomainName.t
| `Structure of
(string
* [> `Integer of NullableInteger.t
| `String of DnssecPublicKey.t ])
list ])
list ]