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

ReplicaRegionType

import type { ReplicaRegionType } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";

A custom type that specifies a Region and the KmsKeyId for a replica secret.

interface ReplicaRegionType {
KmsKeyId?: string | null;
Region?: string | null;
}

§Properties

§
KmsKeyId?: string | null
[src]

The ARN, key ID, or alias of the KMS key to encrypt the secret. If you don't include this field, Secrets Manager uses aws/secretsmanager.

§
Region?: string | null
[src]

A Region code. For a list of Region codes, see Name and code of Regions.