We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5da073a commit 33e1b76Copy full SHA for 33e1b76
1 file changed
src/data/replicator/coverage.json
@@ -81,11 +81,27 @@
81
"resource_type": "AWS::Organizations::Organization",
82
"policy_statements": [
83
"organizations:DescribeOrganization",
84
- "organizations:ListParents"
+ "organizations:ListParents",
85
+ "organizations:ListRoots"
86
],
87
"service": "organizations",
88
"identifier": "Id"
89
},
90
+ {
91
+ "resource_type": "AWS::Organizations::Policy",
92
+ "policy_statements": [
93
+ "organizations:DescribePolicy",
94
+ "organizations:ListTagsForResource"
95
+ ],
96
+ "service": "organizations",
97
+ "identifier": "Id"
98
+ },
99
100
+ "resource_type": "AWS::Organizations::PolicyTarget",
101
+ "policy_statements": [],
102
103
+ "identifier": "PolicyId:TargetId"
104
105
{
106
"resource_type": "AWS::Route53::HostedZone",
107
0 commit comments