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

ReplicateKeyRequest

import type { ReplicateKeyRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kms.ts";
interface ReplicateKeyRequest {
BypassPolicyLockoutSafetyCheck?: boolean | null;
Description?: string | null;
KeyId: string;
Policy?: string | null;
ReplicaRegion: string;
Tags?: Tag[] | null;
}

§Properties

§
BypassPolicyLockoutSafetyCheck?: boolean | null
[src]
§
Description?: string | null
[src]
§
KeyId: string
[src]
§
Policy?: string | null
[src]
§
ReplicaRegion: string
[src]
§
Tags?: Tag[] | null
[src]