文档

AliyunServiceRolePolicyForNasEventNotification

更新时间:

AliyunServiceRolePolicyForNasEventNotification 是专用于服务关联角色的授权策略,会在创建服务关联角色 AliyunServiceRoleForNasEventNotification 时自动授权,以允许服务关联角色代您访问其他云服务。本策略由对应的阿里云服务按需更新,请勿将本策略授权给服务关联角色之外的 RAM 身份使用。

策略详情

  • 类型:系统策略

  • 创建时间:2024-03-15 09:53:50

  • 更新时间:2024-03-15 09:53:50

  • 当前版本:v1

策略内容

{
  "Statement": [
    {
      "Effect": "Allow",
      "Action": [
        "eventbridge:GetEventBus",
        "eventbridge:CreateRule"
      ],
      "Resource": [
        "acs:eventbridge:*:*:*"
      ]
    },
    {
      "Effect": "Allow",
      "Action": [
        "eventbridge:GetRule",
        "eventbridge:ListRules",
        "eventbridge:UpdateRule",
        "eventbridge:EnableRule",
        "eventbridge:DisableRule",
        "eventbridge:DeleteRule",
        "eventbridge:CreateTargets",
        "eventbridge:UpdateTargets",
        "eventbridge:DeleteTargets"
      ],
      "Resource": [
        "acs:eventbridge:*:*:*"
      ]
    },
    {
      "Action": "ram:DeleteServiceLinkedRole",
      "Resource": "*",
      "Effect": "Allow",
      "Condition": {
        "StringEquals": {
          "ram:ServiceName": "event-notification.nas.aliyuncs.com"
        }
      }
    }
  ],
  "Version": "1"
}

相关文档

  • 本页导读 (1)