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:
1074
1074
- Action :
1075
1075
- logs:GetLogEvents
1076
1076
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:*"
1079
1079
Effect : Allow
1080
1080
Sid : CloudWatchLogsRead
1081
1081
- Action :
1082
1082
- logs:DeleteLogStream
1083
1083
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"
1085
1085
Effect : Allow
1086
1086
Sid : CloudWatchLogsDelete
1087
1087
You can’t perform that action at this time.
0 commit comments