AWS CloudWatch Logs (IAM)

JSON →
aws monitoring

Amazon CloudWatch Logs centralizes logs from AWS services and applications for monitoring and troubleshooting.

logs:CreateLogGrouplogs:DeleteLogGrouplogs:CreateLogStreamlogs:DeleteLogStreamlogs:PutLogEventslogs:GetLogEventslogs:StartQuerylogs:StopQuery
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "logs:CreateLogGroup",
        "logs:DeleteLogGroup",
        "logs:CreateLogStream",
        "logs:DeleteLogStream",
        "logs:PutLogEvents",
        "logs:GetLogEvents",
        "logs:StartQuery",
        "logs:StopQuery"
      ],
      "Resource": "*"
    }
  ]
}
full doc /v1/iam/logs