Settings

AWS Configuration

Use this JSON object to create an inline IAM policy and attach to a user. Do not add any other permissions to the user.

{
    "Version": "2012-10-17",
    "Statement": [
        {
            "Sid": "VisualEditor0",
            "Effect": "Allow",
            "Action": [
                "events:ListRules",
                "events:ListTargetsByRule"
            ],
            "Resource": "*"
        }
    ]
}