Updated on 2022-08-18 GMT+08:00

Policy Content

When you assign permissions to a user group, you can click on the left of a policy name to view its details. This section uses the system-defined policy IAM ReadOnlyAccess as an example.

{
    "Version": "1.1",
    "Statement": [
        {
            "Action": [
                "iam:*:get*",
                "iam:*:list*",
                "iam:*:check*"
            ],
            "Effect": "Allow"
        }
    ]
}