AliyunDRDSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunDRDSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunDRDSFullAccess policy: Provides full access to Distributed Relational Database Service(DRDS) via Management Console.
Policy details
Type: service system policy
Creation time: 07:38:29 on August 26, 2016
Update time: 12:54:27 on February 22, 2022
Current version: v4
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "drds:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "polardbx:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "hdm:*",
"Resource": "acs:polardbx:*:*:*",
"Effect": "Allow"
},
{
"Action": "ram:PassRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"acs:Service": "drds.aliyuncs.com"
}
}
}
]
}