File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed
Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2600,9 +2600,7 @@ Resources:
26002600 - " glue:*Table*"
26012601 - " glue:*Database*"
26022602 - " glue:*Crawler*"
2603- - " glue:*Tag*"
2604- - " glue:DeleteJob"
2605- - " glue:CreateJob"
2603+ - " glue:*Tag*"
26062604 - " athena:*WorkGroup*"
26072605 - " athena:*Tag*"
26082606 Resource : " *"
@@ -3005,6 +3003,13 @@ Resources:
30053003 - Effect : Allow
30063004 Action : " iam:CreateServiceLinkedRole"
30073005 Resource : !Sub "arn:aws:iam::${AWS::AccountId}:role/aws-service-role/rds.amazonaws.com/AWSServiceRoleForRDS"
3006+ - Effect : Allow
3007+ Action :
3008+ - " glue:DeleteJob"
3009+ - " glue:CreateJob"
3010+ - " glue:UpdateJob"
3011+ - " glue:GetJob"
3012+ Resource : " *"
30083013 - Effect : Allow
30093014 Action :
30103015 - elasticache:*
You can’t perform that action at this time.
0 commit comments