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

CancelKeyDeletionResponse

import type { CancelKeyDeletionResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface CancelKeyDeletionResponse {
KeyId?: string | null;
}

§Properties

§
KeyId?: string | null
[src]

The Amazon Resource Name (key ARN) of the KMS key whose deletion is canceled.