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

ReplicateKeyResponse

import type { ReplicateKeyResponse } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";
interface ReplicateKeyResponse {
ReplicaKeyMetadata?: KeyMetadata | null;
ReplicaPolicy?: string | null;
ReplicaTags?: Tag[] | null;
}

§Properties

§
ReplicaKeyMetadata?: KeyMetadata | null
[src]

Displays details about the new replica key, including its Amazon Resource Name (key ARN) and key state. It also includes the ARN and Amazon Web Services Region of its primary key and other replica keys.

§
ReplicaPolicy?: string | null
[src]

The key policy of the new replica key. The value is a key policy document in JSON format.

§
ReplicaTags?: Tag[] | null
[src]

The tags on the new replica key. The value is a list of tag key and tag value pairs.