Docs: Fixed invalid JSON (#25153)

This commit is contained in:
Rémy G 2020-05-28 16:35:19 +02:00 committed by GitHub
parent 34d5ffa562
commit 07208d05ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,7 @@ Here is a minimal policy example:
"logs:StartQuery", "logs:StartQuery",
"logs:StopQuery", "logs:StopQuery",
"logs:GetQueryResults", "logs:GetQueryResults",
"logs:GetLogEvents", "logs:GetLogEvents"
], ],
"Resource": "*" "Resource": "*"
}, },