授权信息

更新时间:
复制 MD 格式

访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用 RAM 可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM 中使用权限策略描述授权的具体内容。

本文为您介绍 云监控 为 RAM 权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。 云监控 的 RAM 代码(RamCode)为 cms ,支持的授权粒度为 资源级

权限策略通用结构

权限策略支持 JSON 格式,其通用结构如下:

{
  "Version": "1",
  "Statement": [
    {
      "Effect": "<Effect>",
      "Action": "<Action>",
      "Resource": "<Resource>",
      "Condition": {
        "<Condition_operator>": {
          "<Condition_key>": [
            "<Condition_value>"
          ]
        }
      }
    }
  ]
}        

各字段含义如下:

  • Effect:权限策略效果。取值:Allow(允许)、Deny(拒绝)。

  • Action:授予允许或拒绝权限的具体操作。具体信息,请参见操作(Action)

  • Resource:受操作影响的具体对象,您可以使用资源 ARN 来描述指定资源。具体信息,请参见资源(Resource)

  • Condition:指授权生效的条件。可选字段。具体信息,请参见条件(Condition)

    • Condition_operator:条件运算符,不同类型的条件对应不同的条件运算符。具体信息,请参见权限策略基本元素

    • Condition_key:条件关键字。

    • Condition_value:条件关键字对应的值。

操作(Action)

下表是云监控定义的操作,这些操作可以在 RAM 权限策略语句的Action元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:

  • 操作:是指具体的权限点。

  • API:是指操作对应的 API 接口。

  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。

  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:

    • 对于必选的资源类型,用前面加 * 表示。

    • 对于不支持资源级授权的操作,用全部资源表示。

  • 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字

  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。

操作

API

访问级别

资源类型

条件关键字

关联操作

cms:CreateUmodel CreateUmodel create

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:ListMemoryStores ListMemoryStores list

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/*

cms:GetPipeline GetPipeline none

*Pipeline

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/{#PipelineName}

cms:GetMemory GetMemory get

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:CreatePrometheusInstance CreatePrometheusInstance create

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/*

cms:GetPrometheusInstance GetPrometheusInstance get

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#prometheusInstanceId}

cms:CreateBizTrace CreateBizTrace create

*BizTrace

acs:cms:{#regionId}:{#accountId}:biztrace/*

cms:GetServiceObservability GetServiceObservability get

*Workspace

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/service-observability/{#type}

cms:GetContext GetContext get

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:ListDeliveryTasks ListDeliveryTasks list

*DeliveryTask

acs:cms:{#regionId}:{#accountId}:deliverytask/*

cms:DeleteBizTrace DeleteBizTrace delete

*BizTrace

acs:cms:{#regionId}:{#accountId}:biztrace/{#BizTraceId}

cms:UpdateMemory UpdateMemory update

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:UpdatePrometheusView UpdatePrometheusView update

*PrometheusView

acs:cms:{#regionId}:{#accountId}:prometheusview/{#prometheusViewId}

cms:ListIntegrationPolicyCollectors ListIntegrationPolicyCollectors none

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:GetCmsService GetCmsService get

*CmsService

acs:cms:*:{#accountId}:cmsservice/*

cms:CreateEntityStore CreateEntityStore create

*EntityStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/entitystore

cms:ListServices ListServices list

*Service

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/*

cms:UpdateDeliveryTask UpdateDeliveryTask update

*DeliveryTask

acs:cms:{#regionId}:{#accountId}:deliverytask/{#TaskId}

cms:ListAddonReleases ListAddonReleases list

*AddonRelease

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/*

cms:ListContextStoreAPIKeys ListContextStoreAPIKeys list

*ContextStoreAPIKey

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/contextstore/{#ContextStoreName}

cms:DeletePrometheusInstance DeletePrometheusInstance delete

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#prometheusInstanceId}

cms:GetAggTaskGroup GetAggTaskGroup get

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/{#aggTaskGroupId}

cms:GetCloudResource GetCloudResource get

*CloudResource

acs:cms:{#regionId}:{#accountId}:cloudresource

cms:UpdateNotifyStrategy UpdateNotifyStrategy update

*NotifyStrategy

acs:cms:{#regionId}:{#accountId}:notifyStrategy/{#notifyStrategyId}

cms:CreateAggTaskGroup CreateAggTaskGroup create

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/*

cms:ListIntegrationPolicyPodMonitors ListIntegrationPolicyPodMonitors none

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:ChangeResourceGroup ChangeResourceGroup update

*全部资源

*

cms:TagResources TagResources create

*全部资源

*

cms:GetMemories GetMemories get

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:DeletePipeline DeletePipeline none

*全部资源

*

cms:ListPrometheusViews ListPrometheusViews list

*PrometheusView

acs:cms:{#regionId}:{#accountId}:prometheusview/*

cms:UpsertUmodelCommonSchemaRef UpsertUmodelCommonSchemaRef update

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:ListAlertRobots ListAlertRobots list

*AlertRobot

acs:cms:{#regionId}:{#accountId}:robot/{#robotId}

cms:GetPrometheusView GetPrometheusView get

*PrometheusView

acs:cms:{#regionId}:{#accountId}:prometheusview/{#prometheusViewId}

cms:GetCloudResourceData GetCloudResourceData get

*CloudResource

acs:cms:{#regionId}:{#accountId}:cloudresource

cms:CreateServiceObservability CreateServiceObservability create

*Workspace

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/service-observability/{#type}

cms:OpenCmsService OpenCmsService create

*CmsService

acs:cms:*:{#accountId}:cmsservice/*

log:EnableService

arms:OpenArmsService

cms:DeleteDataset DeleteDataset delete

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}

cms:DeleteContextStore DeleteContextStore delete

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/{#ContextStoreName}

cms:DeleteUmodelCommonSchemaRef DeleteUmodelCommonSchemaRef delete

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:UpdateUmodel UpdateUmodel update

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:ListPrometheusInstances ListPrometheusInstances list

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/*

cms:PutWorkspace PutWorkspace create

*Workspace

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}

cms:DeleteIntegrationPolicy DeleteIntegrationPolicy delete

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:CreatePrometheusVirtualInstance CreatePrometheusVirtualInstance create

*全部资源

*

cms:UpdateIntegrationPolicy UpdateIntegrationPolicy update

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:GetEntityStore GetEntityStore get

*EntityStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}/entitystore

cms:GetAddonSchema GetAddonSchema get

*全部资源

*

cms:ListDatasets ListDatasets list

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/*

cms:CreatePrometheusView CreatePrometheusView create

*PrometheusView

acs:cms:{#regionId}:{#accountId}:prometheusview/*

cms:ListContacts ListContacts list

*Contact

acs:cms:{#regionId}:{#accountId}:contact/*

cms:ListBizTraces ListBizTraces list

*BizTrace

acs:cms:{#regionId}:{#accountId}:biztrace/*

cms:ListAddons ListAddons none

*全部资源

*

cms:ListIntegrationPolicies ListIntegrationPolicies list

*全部资源

*

cms:CreateDeliveryTask CreateDeliveryTask create

*DeliveryTask

acs:cms:{#regionId}:{#accountId}:deliverytask/*

cms:CreateContextStoreAPIKey CreateContextStoreAPIKey create

*ContextStoreAPIKey

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/contextstore/{#ContextStoreName}

cms:GetUmodelCommonSchemaRef GetUmodelCommonSchemaRef get

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:GetAddon GetAddon none

*全部资源

*

cms:ListIntegrationPolicyServiceMonitors ListIntegrationPolicyServiceMonitors none

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:ListAlertActions ListAlertActions list

*AlertAction

acs:cms:{#regionId}:{#accountId}:alertaction/*

cms:DeleteContextStoreAPIKey DeleteContextStoreAPIKey delete

*ContextStoreAPIKey

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/contextstore/{#ContextStoreName}

cms:DeleteUmodelData DeleteUmodelData delete

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:SearchContext SearchContext list

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:GetContextStore GetContextStore get

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/{#ContextStoreName}

cms:UpdatePrometheusInstance UpdatePrometheusInstance update

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#prometheusInstanceId}

cms:DeletePrometheusView DeletePrometheusView delete

*PrometheusView

acs:cms:{#regionId}:{#accountId}:prometheusview/{#prometheusViewId}

cms:CreateIntegrationPolicy CreateIntegrationPolicy create

*全部资源

*

cms:UpdateDataset UpdateDataset update

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}

cms:CreateMemoryStore CreateMemoryStore create

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:AddMemories AddMemories create

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/memorystore/{#memoryStore}

cms:GetMemoryHistory GetMemoryHistory get

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:ListIntegrationPolicyAddons ListIntegrationPolicyAddons none

*integrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:DeleteAlertWebhooks DeleteAlertWebhooks delete

*AlertWebhook

acs:cms:{#regionId}:{#accountId}:webhook/{#webhookIds}

cms:ListIntegrationPolicyCustomScrapeJobRules ListIntegrationPolicyCustomScrapeJobRules none

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:GetIntegrationPolicy GetIntegrationPolicy get

*integrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:ListContactGroups ListContactGroups list

*ContactGroup

acs:cms:{#regionId}:{#accountId}:contactgroup/{#contactGroupId}

cms:CreateDataset CreateDataset create

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}

cms:UpdateContext UpdateContext update

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:UpdateAggTaskGroupStatus UpdateAggTaskGroupStatus update

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/{#aggTaskGroupId}

cms:QueryAlertRules QueryAlertRules none

*全部资源

*

cms:UpdatePrometheusUserSetting UpdatePrometheusUserSetting update

*全部资源

*

cms:AddContexts AddContexts create

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:DeleteMemory DeleteMemory delete

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:DeleteContext DeleteContext delete

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:UpdateService UpdateService update

*Service

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/{#ServiceId}

cms:UpdateAggTaskGroup UpdateAggTaskGroup update

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/{#aggTaskGroupId}

cms:CreateAddonRelease CreateAddonRelease create

*AddonRelease

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/*

cms:GetBizTrace GetBizTrace get

*BizTrace

acs:cms:{#regionId}:{#accountId}:biztrace/{#BizTraceId}

cms:CreateContextStore CreateContextStore create

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/{#ContextStoreName}

cms:ExecuteQuery ExecuteQuery update

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}

cms:UpdateAddonRelease UpdateAddonRelease update

*AddonRelease

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/{#ReleaseName}

cms:GetAddonCodeTemplate GetAddonCodeTemplate get

*全部资源

*

cms:CreateAlertWebhook CreateAlertWebhook create

*AlertWebhook

acs:cms:{#regionId}:{#accountId}:webhook/{#webhookId}

cms:GetPrometheusUserSetting GetPrometheusUserSetting get

*全部资源

*

cms:CreateCloudResource CreateCloudResource create

*CloudResource

acs:cms:{#regionId}:{#accountId}:cloudresource

cms:GetMemoryStore GetMemoryStore get

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:DeleteMemoryStore DeleteMemoryStore delete

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:CreateTicket CreateTicket create

*全部资源

*

cms:GetUmodelData GetUmodelData get

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:CreateService CreateService create

*Service

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/*

cms:DeleteDeliveryTask DeleteDeliveryTask delete

*DeliveryTask

acs:cms:{#regionId}:{#accountId}:deliverytask/{#TaskId}

cms:CreatePipeline CreatePipeline create

*Pipeline

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/{#PipelineName}

cms:SearchMemories SearchMemories list

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:UpdatePipeline UpdatePipeline none

*Pipeline

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/{#PipelineName}

cms:GetDeliveryTask GetDeliveryTask get

*DeliveryTask

acs:cms:{#regionId}:{#accountId}:deliverytask/{#TaskId}

cms:ListTagResources ListTagResources list

*全部资源

*

cms:GetService GetService get

*Service

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/{#ServiceId}

cms:ManageAlertRules ManageAlertRules none

*全部资源

*

cms:GetAddonRelease GetAddonRelease get

*AddonRelease

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/{#ReleaseName}

cms:ListPipelines ListPipelines list

*Pipeline

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/*

cms:ListAggTaskGroups ListAggTaskGroups list

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}

cms:UpdateBizTrace UpdateBizTrace update

*BizTrace

acs:cms:{#regionId}:{#accountId}:biztrace/{#BizTraceId}

cms:GetIntegrationVersionForCS GetIntegrationVersionForCS none

*全部资源

*

cms:UntagResources UntagResources delete

*全部资源

*

cms:UpdateContextStore UpdateContextStore update

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/{#ContextStoreName}

cms:GetUmodel GetUmodel get

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:GetWorkspace GetWorkspace get

*Workspace

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}

cms:ListPrometheusDashboards ListPrometheusDashboards list

*PrometheusInstance

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#prometheusInstanceId}

cms:ListIntegrationPolicyDashboards ListIntegrationPolicyDashboards none

*integrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:DeleteAggTaskGroup DeleteAggTaskGroup delete

*AggTaskGroup

acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/{#aggTaskGroupId}

cms:GetEntityStoreData GetEntityStoreData get

*EntityStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}/entitystore

cms:DeleteCloudResource DeleteCloudResource delete

*CloudResource

acs:cms:{#regionId}:{#accountId}:cloudresource

cms:ListWorkspaces ListWorkspaces list

*Workspace

acs:cms::{#accountId}:workspace/*

cms:UpdateAlertWebhook UpdateAlertWebhook update

*AlertWebhook

acs:cms:{#regionId}:{#accountId}:webhook/{#webhookId}

cms:DeleteContexts DeleteContexts delete

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}

cms:UpdateMemoryStore UpdateMemoryStore update

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:DeletePrometheusVirtualInstance DeletePrometheusVirtualInstance none

*全部资源

*

cms:DeleteEntityStore DeleteEntityStore delete

*EntityStore

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}/entitystore

cms:DeleteMemories DeleteMemories delete

*MemoryStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}

cms:UpsertUmodelData UpsertUmodelData update

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:DeleteUmodel DeleteUmodel delete

*Umodel

acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel

cms:ListPrometheusVirtualInstances ListPrometheusVirtualInstances none

*全部资源

*

cms:ListAlertWebhooks ListAlertWebhooks get

*AlertWebhook

acs:cms:{#regionId}:{#accountId}:webhook/{#webhookId}

cms:DescribeMetricMetaList DescribeMetricMetaList none

*全部资源

*

cms:ListIntegrationPolicyStorageRequirements ListIntegrationPolicyStorageRequirements none

*IntegrationPolicy

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}

cms:DeleteAddonRelease DeleteAddonRelease delete

*AddonRelease

acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/*

cms:DeleteService DeleteService delete

*Service

acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/{#ServiceId}

cms:GetDataset GetDataset get

*Dataset

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}

cms:DeleteWorkspace DeleteWorkspace delete

*Workspace

acs:cms:{#regionId}:{#accountId}:workspace/{#workspaceName}

cms:ListContextStores ListContextStores list

*ContextStore

acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/*

cms:UpdateSubscription UpdateSubscription update

*Subscription

acs:cms:{#regionId}:{#accountId}:subscription/{#subscriptionId}

资源(Resource)

下表是云监控定义的资源,这些资源可以在 RAM 权限策略语句的Resource元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源 ARN 是资源在阿里云上的唯一标识。具体说明如下:

  • {#}为变量标识,需要您替换为实际值。例如:{#ramcode}需要您替换为实际的云服务RAM代码。

  • *表示全部。例如:

    • {#resourceType}*时:表示全部资源。

    • {#regionId}*时:表示全部地域。

    • {#accountId}*时:表示全部阿里云账号。

资源类型

资源 ARN

Umodel
  • acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/umodel
MemoryStore
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/*
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/memorystore/{#MemoryStoreName}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/memorystore/{#memoryStore}
Pipeline
  • acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/{#PipelineName}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/pipeline/*
PrometheusInstance
  • acs:cms:{#regionId}:{#accountId}:prometheusinstance/*
  • acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#prometheusInstanceId}
BizTrace
  • acs:cms:{#regionId}:{#accountId}:biztrace/*
  • acs:cms:{#regionId}:{#accountId}:biztrace/{#BizTraceId}
Workspace
  • acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/service-observability/{#type}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}
  • acs:cms::{#accountId}:workspace/*
ContextStore
  • acs:cms:{#regionId}:{#accountId}:workspace/{#workspace}/contextstore/{#contextStoreName}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/{#ContextStoreName}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/contextstore/*
DeliveryTask
  • acs:cms:{#regionId}:{#accountId}:deliverytask/*
  • acs:cms:{#regionId}:{#accountId}:deliverytask/{#TaskId}
PrometheusView
  • acs:cms:{#regionId}:{#accountId}:prometheusview/{#prometheusViewId}
  • acs:cms:{#regionId}:{#accountId}:prometheusview/*
IntegrationPolicy
  • acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}
CmsService
  • acs:cms:*:{#accountId}:cmsservice/*
EntityStore
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/entitystore
Service
  • acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/*
  • acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/service/{#ServiceId}
AddonRelease
  • acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/*
  • acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#PolicyId}/addonrelease/{#ReleaseName}
ContextStoreAPIKey
  • acs:cms:{#regionId}:{#accountId}:workspace/{#Workspace}/contextstore/{#ContextStoreName}
AggTaskGroup
  • acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/{#aggTaskGroupId}
  • acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}/aggtaskgroup/*
  • acs:cms:{#regionId}:{#accountId}:prometheusinstance/{#sourcePrometheusId}
CloudResource
  • acs:cms:{#regionId}:{#accountId}:cloudresource
NotifyStrategy
  • acs:cms:{#regionId}:{#accountId}:notifyStrategy/{#notifyStrategyId}
AlertRobot
  • acs:cms:{#regionId}:{#accountId}:robot/{#robotId}
Dataset
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/{#DatasetName}
  • acs:cms:{#regionId}:{#accountId}:workspace/{#WorkspaceName}/dataset/*
Contact
  • acs:cms:{#regionId}:{#accountId}:contact/*
integrationPolicy
  • acs:cms:{#regionId}:{#accountId}:integrationpolicy/*
  • acs:cms:{#regionId}:{#accountId}:integrationpolicy/{#integrationPolicyId}
AlertAction
  • acs:cms:{#regionId}:{#accountId}:alertaction/*
AlertWebhook
  • acs:cms:{#regionId}:{#accountId}:webhook/{#webhookIds}
  • acs:cms:{#regionId}:{#accountId}:webhook/{#webhookId}
ContactGroup
  • acs:cms:{#regionId}:{#accountId}:contactgroup/{#contactGroupId}
Subscription
  • acs:cms:{#regionId}:{#accountId}:subscription/{#subscriptionId}

条件(Condition)

下表是云监控 定义的产品级条件关键字,这些条件关键字可以在 RAM 权限策略语句的Condition元素中使用,用来描述授予权限的条件。以下仅列举产品级的条件关键字,阿里云定义的通用条件关键字也同样适用云监控

其中,数据类型决定了您可以使用哪些条件运算符将请求中的值与权限策略语句中的值进行比较。您必须使用与数据类型匹配的条件运算符,否则无法匹配策略语句,授权行为无效。数据类型与条件运算符的对应关系,请参见条件操作类型

条件关键字

描述

类型

acs:Service String
acs:ResourceGroupId String

相关操作

您可以创建自定义权限策略,并将权限策略授予 RAM 用户、RAM 用户组或 RAM 角色。具体操作如下: