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

MultiRegionKey

import type { MultiRegionKey } from "https://aws-api.deno.dev/v0.3/services/kms.ts?docs=full";

Describes the primary or replica key in a multi-Region key.

interface MultiRegionKey {
Arn?: string | null;
Region?: string | null;
}

§Properties

§
Arn?: string | null
[src]

Displays the key ARN of a primary or replica key of a multi-Region key.

§
Region?: string | null
[src]

Displays the Amazon Web Services Region of a primary or replica key in a multi-Region key.