All Products
Search
Document Center

Resource Access Management:AliyunGWLBReadOnlyAccess

Last Updated:Aug 23, 2024

AliyunGWLBReadOnlyAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunGWLBReadOnlyAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunGWLBReadOnlyAccess policy: Provides read-only access to Gateway Load Balancer(GWLB) via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 15:15:33 on August 23, 2024

  • Update time: 15:15:33 on August 23, 2024

  • Current version: v1

Policy content

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "gwlb:Describe*",
                "gwlb:List*",
                "gwlb:Get*"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": "cms:QueryMetricList",
            "Resource": "*",
            "Effect": "Allow"
        }
    ]
}

References