Skip to content

Commit cf3bd41

Browse files
committed
Fix namespace for CloudWatch Logs
Amazon CloudWatch Permissions Reference - Amazon CloudWatch https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/permissions-reference-cw.html
1 parent e6e2f89 commit cf3bd41

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc_source/access-control-identity-based.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -193,9 +193,9 @@ To enable a user to click the links to CloudWatch Logs in the AWS Lambda console
193193
"Sid": "CloudWatchLogsPerms",
194194
"Effect": "Allow",
195195
"Action": [
196-
"cloudwatchlog:DescribeLogGroups",
197-
"cloudwatchlog:DescribeLogStreams",
198-
"cloudwatchlog:GetLogEvents"
196+
"logs:DescribeLogGroups",
197+
"logs:DescribeLogStreams",
198+
"logs:GetLogEvents"
199199
200200
],
201201
"Resource": "arn:aws:logs:region:account-id:log-group:/aws/lambda/*"

0 commit comments

Comments
 (0)