Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Create and Read Secret
Version 1.0.0
Create a new secret, then immediately retrieve its decrypted value to confirm it was stored.
Provider
Workflows
create-and-read-secret
Create a secret and read its value back to verify storage.
Creates a secret from the supplied name and string value, then calls GetSecretValue against the new ARN to confirm the encrypted payload was stored and can be decrypted.
1
createSecret
CreateSecret
Create a new secret holding the supplied SecretString value under the requested name.
2
getSecretValue
GetSecretValue
Retrieve the decrypted value of the secret just created, using its ARN as the SecretId.