File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1074,14 +1074,14 @@ Resources:
10741074 - Action :
10751075 - logs:GetLogEvents
10761076 Resource :
1077- - !Sub " arn:${AWS::Partition}:logs:${AWS::Region} :${AWS::AccountId}:log-group:${SsmLogGroup}:*"
1078- - !Sub " arn:${AWS::Partition}:logs:${AWS::Region} :${AWS::AccountId}:log-group:${SsmLogGroup}:log-stream:*"
1077+ - !Sub " arn:${AWS::Partition}:logs:* :${AWS::AccountId}:log-group:${SsmLogGroup}:*"
1078+ - !Sub " arn:${AWS::Partition}:logs:* :${AWS::AccountId}:log-group:${SsmLogGroup}:log-stream:*"
10791079 Effect : Allow
10801080 Sid : CloudWatchLogsRead
10811081 - Action :
10821082 - logs:DeleteLogStream
10831083 Resource :
1084- - !Sub " arn:${AWS::Partition}:logs:${AWS::Region} :${AWS::AccountId}:log-group:${SsmLogGroup}:log-stream:*/*/aws-runShellScript/stdout"
1084+ - !Sub " arn:${AWS::Partition}:logs:* :${AWS::AccountId}:log-group:${SsmLogGroup}:log-stream:*/*/aws-runShellScript/stdout"
10851085 Effect : Allow
10861086 Sid : CloudWatchLogsDelete
10871087
You can’t perform that action at this time.
0 commit comments