Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Update Metadata and Verify
Version 1.0.0
Update a secret's description and KMS key with UpdateSecret, then describe it to confirm the new metadata was applied.
Provider
Workflows
update-metadata-and-verify
Update a secret's description and KMS key, then confirm via DescribeSecret.
Calls UpdateSecret to change the description and KMS key of an existing secret, then calls DescribeSecret to verify the new metadata was applied.
1
updateSecret
UpdateSecret
Modify the secret's description and KMS key without changing the secret value.
2
describeSecret
DescribeSecret
Read the secret metadata back to confirm the description and KMS key changes were applied.