secretsmanager_replicate_secret_to_regions {paws.security.identity} | R 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. |
[Package paws.security.identity version 0.7.0 Index]