All Products
Search
Document Center

Resource Access Management:AliyunDTSFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 08:44:30 on November 02, 2016

  • Update time: 16:48:07 on April 27, 2017

  • Current version: v1

Policy content

{
    "Version": "1", 
    "Statement": [
        {
            "Action": "dts:*", 
            "Resource": "*", 
            "Effect": "Allow"
        }, 
        {
            "Action": "ram:PassRole", 
            "Resource": "*", 
            "Effect": "Allow", 
            "Condition": {
                "StringEquals": {
                    "acs:Service": "dts.aliyuncs.com"
                }
            }
        }
    ]
}

References