All Products
Search
Document Center

Resource Access Management:AliyunPrivateLinkFullAccess

Last Updated:Dec 28, 2023

AliyunPrivateLinkFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunPrivateLinkFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunPrivateLinkFullAccess policy: Provides full access to PrivateLink via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 11:16:50 on February 03, 2021

  • Update time: 11:16:50 on February 03, 2021

  • Current version: v1

Policy content

{
    "Version": "1",
    "Statement": [
        {
            "Action": [
                "privatelink:*",
                "vpc:DescribeVpcs",
              	"vpc:DescribeVSwitches",
                "ecs:DescribeSecurityGroups",
                "slb:DescribeLoadBalancers"
            ],
            "Resource": "*",
            "Effect": "Allow"
        },
        {
            "Action": [
                "ram:CreateServiceLinkedRole"
            ],
            "Resource": "*",
            "Condition": {
                "StringEquals": {
                    "ram:ServiceName": "privatelink.aliyuncs.com"
                }
            },
            "Effect": "Allow"
        }
    ]
}

References