{ "Version": "2012-10-17", "Statement": [ { "Sid": "Amplify", "Effect": "Allow", "Action": [ "amplify:*" ], "Resource": [ "*" ] }, { "Sid": "CloudWatchAll", "Effect": "Allow", "Action": [ "cloudwatch:DescribeAlarmsForMetric", "cloudwatch:GetMetricData", "logs:DescribeLogGroups" ], "Resource": [ "*" ] }, { "Sid": "CloudWatch", "Effect": "Allow", "Action": [ "logs:DescribeLogStreams", "logs:GetLogEvents", "logs:StartLiveTail", "logs:ListTagsForResource" ], "Resource": [ "arn:aws:logs:*:*:log-group:/aws/amplify/*" ] } ] }