From 07208d05ba7b3764ee3103d487102293f97b0cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20G?= <1872031+rgarrigue@users.noreply.github.com> Date: Thu, 28 May 2020 16:35:19 +0200 Subject: [PATCH] Docs: Fixed invalid JSON (#25153) --- docs/sources/features/datasources/cloudwatch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/features/datasources/cloudwatch.md b/docs/sources/features/datasources/cloudwatch.md index ca27dea2f08..d3a7286ae58 100755 --- a/docs/sources/features/datasources/cloudwatch.md +++ b/docs/sources/features/datasources/cloudwatch.md @@ -80,7 +80,7 @@ Here is a minimal policy example: "logs:StartQuery", "logs:StopQuery", "logs:GetQueryResults", - "logs:GetLogEvents", + "logs:GetLogEvents" ], "Resource": "*" },