Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AssociateDelegationSignerToDomainRequest

import type { AssociateDelegationSignerToDomainRequest } from "https://aws-api.deno.dev/v0.4/services/route53domains.ts?docs=full";
interface AssociateDelegationSignerToDomainRequest {
DomainName: string;
SigningAttributes: DnssecSigningAttributes;
}

§Properties

§
DomainName: string
[src]

The name of the domain.

§
SigningAttributes: DnssecSigningAttributes
[src]

The information about a key, including the algorithm, public key-value, and flags.