All Products
Search
Document Center

Resource Access Management:AliyunHCSSGWFullAccess

Last Updated:Dec 28, 2023

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

Policy details

  • Type: service system policy

  • Creation time: 02:22:55 on July 28, 2017

  • Update time: 08:42:29 on August 27, 2020

  • Current version: v2

Policy content

{
  "Version": "1",
  "Statement": [
    {
      "Action": "hcs-sgw:*",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ecs:DescribeInstances",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "vpc:DescribeVpcs",
        "vpc:DescribeVSwitches"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "oss:ListBuckets",
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": [
        "ram:CreateServiceLinkedRole",
        "ram:DeleteServiceLinkedRole"
      ],
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": [
            "hcs-sgw.aliyuncs.com",
            "logmonitor.hcs-sgw.aliyuncs.com"
          ]
        }
      }
    }
  ]
}

References