Builder
Properties
A list of Regions and KMS keys to replicate secrets.
If you include SecretString
or SecretBinary
, then Secrets Manager creates an initial version for the secret, and this parameter specifies the unique identifier for the new version.
The description of the secret.
Specifies whether to overwrite a secret with the same name in the destination Region. By default, secrets aren't overwritten.
The ARN, key ID, or alias of the KMS key that Secrets Manager uses to encrypt the secret value in the secret. An alias is always prefixed by alias/
, for example alias/aws/secretsmanager
. For more information, see About aliases.
The binary data to encrypt and store in the new version of the secret. We recommend that you store your binary data in a file and then pass the contents of the file as a parameter.
The text data to encrypt and store in this new version of the secret. We recommend you use a JSON structure of key/value pairs for your secret value.