View source: R/secretsmanager_operations.R
secretsmanager_replicate_secret_to_regions | R Documentation |
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.
secretsmanager_replicate_secret_to_regions(
SecretId,
AddReplicaRegions,
ForceOverwriteReplicaSecret = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.