secretsmanager_replicate_secret_to_regions: Replicates the secret to a new Regions

View source: R/secretsmanager_operations.R

secretsmanager_replicate_secret_to_regionsR Documentation

Replicates the secret to a new Regions

Description

Replicates the secret to a new Regions. See Multi-Region secrets.

See https://www.paws-r-sdk.com/docs/secretsmanager_replicate_secret_to_regions/ for full documentation.

Usage

secretsmanager_replicate_secret_to_regions(
  SecretId,
  AddReplicaRegions,
  ForceOverwriteReplicaSecret = NULL
)

Arguments

SecretId

[required] The ARN or name of the secret to replicate.

AddReplicaRegions

[required] A list of Regions in which to replicate the secret.

ForceOverwriteReplicaSecret

Specifies whether to overwrite a secret with the same name in the destination Region. By default, secrets aren't overwritten.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.