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

CreateKeySigningKeyRequest

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

§Properties

§
CallerReference: string
[src]

A unique string that identifies the request.

§
HostedZoneId: string
[src]

The unique string (ID) used to identify a hosted zone.

§
KeyManagementServiceArn: string
[src]

The Amazon resource name (ARN) for a customer managed key in Key Management Service (KMS). The KeyManagementServiceArn must be unique for each key-signing key (KSK) in a single hosted zone. To see an example of KeyManagementServiceArn that grants the correct permissions for DNSSEC, scroll down to Example.

You must configure the customer managed customer managed key as follows:

Status: Enabled

Key spec: ECC_NIST_P256

Key usage: Sign and verify

Key policy: The key policy must give permission for the following actions: - DescribeKey - GetPublicKey - Sign The key policy must also include the Amazon Route 53 service in the principal for your account. Specify the following: - "Service": "dnssec-route53.amazonaws.com"

For more information about working with a customer managed key in KMS, see Key Management Service concepts.

§
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.

§
Status: string
[src]

A string specifying the initial status of the key-signing key (KSK). You can set the value to ACTIVE or INACTIVE.