日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

文檔

AliyunServiceRolePolicyForOOSInstanceScheduler

更新時間:

AliyunServiceRolePolicyForOOSInstanceScheduler 是專用于服務(wù)關(guān)聯(lián)角色的授權(quán)策略,會在創(chuàng)建服務(wù)關(guān)聯(lián)角色 AliyunServiceRoleForOOSInstanceScheduler 時自動授權(quán),以允許服務(wù)關(guān)聯(lián)角色代您訪問其他云服務(wù)。本策略由對應(yīng)的阿里云服務(wù)按需更新,請勿將本策略授權(quán)給服務(wù)關(guān)聯(lián)角色之外的 RAM 身份使用。

策略詳情

  • 類型:系統(tǒng)策略

  • 創(chuàng)建時間:2024-06-18 09:25:14

  • 更新時間:2024-06-18 09:25:14

  • 當(dāng)前版本:v1

策略內(nèi)容

{
  "Version": "1",
  "Statement": [
    {
      "Action": [
        "ecs:StartInstance",
        "ecs:StopInstance",
        "ecs:RebootInstance",
        "ecs:DescribeInstances",
        "rds:StartDBInstance",
        "rds:StopDBInstance",
        "rds:DescribeDBInstances"
      ],
      "Resource": "*",
      "Effect": "Allow"
    },
    {
      "Action": "ram:DeleteServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "instancescheduler.oos.aliyuncs.com"
        }
      }
    }
  ]
}

相關(guān)文檔