Amazon Firewall Manager · Arazzo Workflow
Amazon Firewall Manager Find And Tag Policy
Version 1.0.0
Find a policy in the policy list and apply governance tags to its ARN when it exists.
Provider
Workflows
find-and-tag-policy
List policies and tag the first policy's ARN when at least one exists.
Reads the policy list, and when at least one policy is present applies a governance tag to the first policy's ARN and confirms it, otherwise ends.
1
listPolicies
listPolicies
List the Firewall Manager policies and branch on whether any were returned.
2
tagPolicy
tagResource
Apply the supplied governance tag to the first policy using its ARN.
3
confirmPolicyTags
listTagsForResource
List the tags for the policy ARN to confirm the governance tag was applied.