Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Put New Version and Verify
Version 1.0.0
Store a new encrypted version of a secret with PutSecretValue, then read the current value to confirm the update.
Provider
Workflows
put-version-and-verify
Attach a new secret version and verify it becomes the current value.
Calls PutSecretValue to create a new version of an existing secret, then calls GetSecretValue to confirm the new SecretString is served as the current value.
1
putSecretValue
PutSecretValue
Create a new encrypted version of the secret holding the supplied SecretString value.
2
getSecretValue
GetSecretValue
Read the secret value back to confirm the newly stored version is the one served by default.