AliyunPrivateLinkFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunPrivateLinkFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理私网连接(PrivateLink)的权限。
策略详情
类型:系统策略
创建时间:2021-02-03 11:16:50
更新时间:2021-02-03 11:16:50
当前版本:v1
策略内容
{
"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"
}
]
}