AliyunDBSFullAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunDBSFullAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunDBSFullAccess policy: Provides full access to the Data Disaster Recovery feature (formerly Database Backup Service, DBS) of Data Management (DMS) via Management Console.
Policy details
Type: service system policy
Creation time: 10:59:20 on October 17, 2017
Update time: 07:27:31 on February 26, 2021
Current version: v2
Policy content
{
"Version": "1",
"Statement": [
{
"Action": "dbs:*",
"Resource": "*",
"Effect": "Allow"
},
{
"Action": "ram:CreateServiceLinkedRole",
"Resource": "*",
"Effect": "Allow",
"Condition": {
"StringEquals": {
"ram:ServiceName": "dbs.aliyuncs.com"
}
}
}
]
}