AWS organizations policy tag #9797
Unanswered
alexjanduci
asked this question in
General
Replies: 1 comment
-
Here the tag policy in AWS. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear,
I'm trying to filter TAG Policies in AWS Organizations, but when I run "custodian run --dryrun -s . first_policy.yaml" I receive only SCP policies. I don't get any error when I execute the policy.
The police:
policies:
TAG-POLICY [0012] >>>>
resource: aws.org-policy
description: |
Notificar quando houver alteracoes na TAG-POLICY
mode:
tags:
squad: MySquad
managed_by: CloudCustodian
type: cloudtrail
events:
event: UpdatePolicy
ids: "requestParameters.policyId"
filters:
key: "Id"
op: eq
value: "example-of-tag-policy-id"
Beta Was this translation helpful? Give feedback.
All reactions