All Products
Search
Document Center

Resource Access Management:AliyunOTSWriteOnlyAccess

Last Updated:Dec 28, 2023

AliyunOTSWriteOnlyAccess is a service system policy that is managed by Alibaba Cloud. You can attach the AliyunOTSWriteOnlyAccess policy to a Resource Access Management (RAM) identity, such as a RAM user, RAM user group, and RAM role. The AliyunOTSWriteOnlyAccess policy: Provides write-only access to Table Store(OTS) via Management Console.

Policy details

  • Type: service system policy

  • Creation time: 07:22:08 on August 17, 2016

  • Update time: 07:04:53 on September 04, 2019

  • Current version: v2

Policy content

{
    "Version": "1", 
    "Statement": [
        {
            "Action": [
                "ots:Create*", 
                "ots:Update*", 
                "ots:BatchWrite*", 
                "ots:Delete*", 
                "ots:Drop*", 
                "ots:Put*", 
                "ots:Update*", 
                "ots:Start*", 
                "ots:Commit*", 
                "ots:Abort*", 
                "ots:Add*", 
                "ots:BulkImport"
            ], 
            "Resource": "*", 
            "Effect": "Allow"
        }
    ]
}

References