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

ActivateKeySigningKeyRequest

import type { ActivateKeySigningKeyRequest } from "https://aws-api.deno.dev/v0.4/services/route53.ts?docs=full";
interface ActivateKeySigningKeyRequest {
HostedZoneId: string;
Name: string;
}

§Properties

§
HostedZoneId: string
[src]

A unique string used to identify a hosted zone.

§
Name: string
[src]

A string used to identify a key-signing key (KSK). Name can include numbers, letters, and underscores (_). Name must be unique for each key-signing key in the same hosted zone.