Amazon Secrets Manager · Arazzo Workflow
Amazon Secrets Manager Tag Secret and Verify
Version 1.0.0
Attach tags to a secret with TagResource, then describe the secret to confirm the tags are present in its metadata.
Provider
Workflows
tag-secret-and-verify
Apply tags to a secret and confirm they appear in its metadata.
Calls TagResource to attach the supplied tags to a secret, then calls DescribeSecret to verify the tags are present in the secret's metadata.
1
tagResource
TagResource
Attach the supplied key/value tags to the secret's metadata.
2
describeSecret
DescribeSecret
Read the secret metadata back to confirm the tags were applied.