AliyunEMRStarRocksFullAccess 是阿里云管理的产品系统策略,您可以将 AliyunEMRStarRocksFullAccess 授权给 RAM 身份(RAM 用户、RAM 用户组和 RAM 角色),本策略定义了管理EMR StarRocks的权限。
策略详情
类型:系统策略
创建时间:2023-01-30 06:01:26
更新时间:2023-01-30 06:01:26
当前版本:v1
策略内容
{
"Statement": [
{
"Effect": "Allow",
"Action": [
"sr:*"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"vpc:DescribeVpcs",
"vpc:DescribeVSwitches",
"vpc:DescribeVSwitchAttributes",
"vpc:DescribeVpcAttribute"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"cms:DescribeActiveMetricRuleList",
"cms:EnableActiveMetricRule",
"cms:DisableActiveMetricRule"
],
"Resource": "*"
},
{
"Effect": "Allow",
"Action": [
"bss:DescribeInstances",
"bssapi:SetRenewal"
],
"Resource": "*"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "starrocks.aliyuncs.com"
}
}
},
{
"Effect": "Allow",
"Action": [
"ram:CreateRole",
"ram:AttachPolicyToRole",
"ram:GetRole"
],
"Resource": [
"acs:ram:*:*:role/AliyunEMRStarRocksAccessingOSSRole",
"acs:ram:*:system:policy/AliyunEMRStarRocksAccessingOSSRolePolicy"
]
}
],
"Version": "1"
}
相关文档
文档内容是否对您有帮助?