Skip to content

Commit 1ed6370

Browse files
[AWSX-2122] feat(permissions): add perms to organizations template to align (#288)
1 parent 934e778 commit 1ed6370

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

aws_organizations/main_organizations.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -421,6 +421,9 @@ Resources:
421421
- "autoscaling:Describe*"
422422
- "backup:List*"
423423
- "batch:DescribeJobDefinitions"
424+
- "batch:DescribeJobQueues"
425+
- "batch:DescribeJobs"
426+
- "batch:ListJobs"
424427
- "bcm-data-exports:GetExport"
425428
- "bcm-data-exports:ListExports"
426429
- "budgets:ViewBudget"
@@ -466,6 +469,7 @@ Resources:
466469
- "health:DescribeEventDetails"
467470
- "health:DescribeEvents"
468471
- "iam:ListAccountAliases"
472+
- "iot:GetV2LoggingOptions"
469473
- "kinesis:Describe*"
470474
- "kinesis:List*"
471475
- "lambda:List*"
@@ -514,6 +518,8 @@ Resources:
514518
- "tag:GetTagKeys"
515519
- "tag:GetTagValues"
516520
- "timestream:DescribeEndpoints"
521+
- "trustedadvisor:ListRecommendationResources"
522+
- "trustedadvisor:ListRecommendations"
517523
- "wafv2:ListLoggingConfigurations"
518524
- "xray:BatchGetTraces"
519525
- "xray:GetTraceSummaries"

aws_organizations/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v4.1.2
1+
v4.1.3

0 commit comments

Comments
 (0)