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

ReplicateSecretToRegionsRequest

import type { ReplicateSecretToRegionsRequest } from "https://aws-api.deno.dev/v0.4/services/secretsmanager.ts?docs=full";
interface ReplicateSecretToRegionsRequest {
AddReplicaRegions: ReplicaRegionType[];
ForceOverwriteReplicaSecret?: boolean | null;
SecretId: string;
}

§Properties

§
AddReplicaRegions: ReplicaRegionType[]
[src]

A list of Regions in which to replicate the secret.

§
ForceOverwriteReplicaSecret?: boolean | null
[src]

Specifies whether to overwrite a secret with the same name in the destination Region.

§
SecretId: string
[src]

The ARN or name of the secret to replicate.