授权信息

访问控制(RAM)是阿里云提供的管理用户身份与资源访问权限的服务。使用RAM可以让您避免与其他用户共享阿里云账号密钥,并可按需为用户授予最小权限。RAM中使用权限策略描述授权的具体内容。
本文为您介绍云原生关系型数据库 PolarDB(PolarDB)为RAM权限策略定义的操作(Action)、资源(Resource)和条件(Condition)。云原生关系型数据库 PolarDB(PolarDB)的RAM代码(RamCode)为polardb,支持的授权粒度为RESOURCE

权限策略通用结构

权限策略支持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)

下表是云原生关系型数据库 PolarDB(PolarDB)定义的操作,这些操作可以在RAM权限策略语句的Action元素中使用,用来授予执行该操作的权限。下面对表中的具体项提供说明:
  • 操作:是指具体的权限点。
  • API:是指操作对应的API接口。
  • 访问级别:是指每个操作的访问级别,取值为写入(Write)、读取(Read)或列出(List)。
  • 资源类型:是指操作中支持授权的资源类型。具体说明如下:
    • 对于必选的资源类型,用背景高亮的方式表示。
    • 对于不支持资源级授权的操作,用全部资源表示。
  • 条件关键字:是指云产品自身定义的条件关键字。该列不体现适用于任何操作的通用条件关键字
  • 关联操作:是指成功执行操作所需要的其他权限。操作者必须同时具备关联操作的权限,操作才能成功。
操作API访问级别资源类型条件关键字关联操作
polardb:DescribeDBClusterParametersDescribeDBClusterParametersget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DisableDBClusterServerlessDisableDBClusterServerlessWrite
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:CheckDBNameCheckDBNameget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateBackupCreateBackupcreate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RestartDBNodeRestartDBNodeupdate
DBNode
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ResetGlobalDatabaseNetworkResetGlobalDatabaseNetworkupdate
GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DescribeDBNodePerformanceDescribeDBNodePerformanceget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeGlobalSecurityIPGroupDescribeGlobalSecurityIPGroupget
全部资源
*
polardb:DescribeDBClusterTDEDescribeDBClusterTDEget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBClusterEndpointCreateDBClusterEndpointcreate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyBackupPolicyModifyBackupPolicyupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDasConfigDescribeDasConfigget
DBCluster
acs:polardb:{#regionId}:{#AccountId}:dbcluster/{#DbClusterId}
polardb:UntagResourcesUntagResourcesdelete
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CreateGlobalDatabaseNetworkCreateGlobalDatabaseNetworkcreate
GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:TempModifyDBNodeTempModifyDBNodeupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyGlobalSecurityIPGroupModifyGlobalSecurityIPGroupupdate
全部资源
*
polardb:DeleteMaskingRulesDeleteMaskingRulesdelete
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DeleteDBNodesDeleteDBNodesdelete
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBNodeClassModifyDBNodeClassupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBClusterTDEModifyDBClusterTDEupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeGlobalSecurityIPGroupRelationDescribeGlobalSecurityIPGroupRelationget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBDescriptionModifyDBDescriptionupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CheckKMSAuthorizedCheckKMSAuthorizedget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CreateDatabaseCreateDatabasecreate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClusterSSLDescribeDBClusterSSLget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterMigrationModifyDBClusterMigrationupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyGlobalSecurityIPGroupRelationModifyGlobalSecurityIPGroupRelationupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeGlobalDatabaseNetworksDescribeGlobalDatabaseNetworksget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:FailoverDBClusterFailoverDBClusterupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeAITaskStatusDescribeAITaskStatusget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:TagResourcesTagResourcescreate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribePendingMaintenanceActionDescribePendingMaintenanceActionget
全部资源
*
polardb:ModifyDBClusterServerlessConfModifyDBClusterServerlessConfupdate
DBCluster
acs:polardb:*:{#accountId}:{#resource-type}/*
polardb:CreateStoragePlanCreateStoragePlancreate
全部资源
*
polardb:DescribeBackupPolicyDescribeBackupPolicyget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterAttributeDescribeDBClusterAttributeget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeAutoRenewAttributeDescribeAutoRenewAttributeget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DeleteParameterGroupDeleteParameterGroupdelete
全部资源
*
polardb:CreateAccountCreateAccountcreate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ManuallyStartDBClusterManuallyStartDBClusterupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeScheduleTasksDescribeScheduleTasksget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:OpenAITaskOpenAITaskupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeBackupsDescribeBackupsget
Backup
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DBClusterId}
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBLinksDescribeDBLinksget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBClusterCreateDBClustercreate
全部资源
*
polardb:TransformDBClusterPayTypeTransformDBClusterPayTypeupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:EnableDBClusterServerlessEnableDBClusterServerlessWrite
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeDBClusterConnectivityDescribeDBClusterConnectivityget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBClusterEndpointModifyDBClusterEndpointupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteDBClusterEndpointDeleteDBClusterEndpointdelete
Endpoint
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DescribeMaskingRulesDescribeMaskingRulesget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ResetAccountResetAccountupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CancelScheduleTasksCancelScheduleTasksupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DeleteDatabaseDeleteDatabasedelete
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClusterAccessWhiteListDescribeDBClusterAccessWhitelistget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteGlobalSecurityIPGroupDeleteGlobalSecurityIPGroupdelete
全部资源
*
polardb:DescribeAccountsDescribeAccountsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeMetaListDescribeMetaListget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CheckAccountNameCheckAccountNameget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterEndpointsDescribeDBClusterEndpointsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateColdStorageInstanceCreateColdStorageInstancecreate
ColdStorageInstance
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeSlowLogRecordsDescribeSlowLogRecordsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeClassListDescribeClassListget
全部资源
*
polardb:DescribeDatabasesDescribeDatabasesget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeBackupLogsDescribeBackupLogsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeVSwitchesDescribeVSwitchesget
全部资源
*
polardb:ModifyDBClusterAndNodesParametersModifyDBClusterAndNodesParametersupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterMigrationDescribeDBClusterMigrationget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:UpgradeDBClusterVersionUpgradeDBClusterVersionupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CloseAITaskCloseAITaskupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterAuditLogCollectorDescribeDBClusterAuditLogCollectorget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterMonitorDescribeDBClusterMonitorget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateParameterGroupCreateParameterGroupcreate
全部资源
*
polardb:DeleteDBLinkDeleteDBLinkdelete
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClustersDescribeDBClusterslist
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribeDBClusterVersionDescribeDBClusterVersionget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBNodesCreateDBNodescreate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterAccessWhitelistModifyDBClusterAccessWhitelistupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterMonitorModifyDBClusterMonitorupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterStorageSpaceModifyDBClusterStorageSpaceupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:CreateGlobalSecurityIPGroupCreateGlobalSecurityIPGroupcreate
全部资源
*
polardb:DescribeUserEncryptionKeyListDescribeUserEncryptionKeyListget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyAccountPasswordModifyAccountPasswordupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteDBClusterDeleteDBClusterdelete
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBProxyPerformanceDescribeDBProxyPerformanceget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RemoveDBClusterFromGDNRemoveDBClusterFromGDNdelete
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RestartDBLinkRestartDBLinknone
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyDBClusterModifyDBClusterupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ModifyDBClusterMaintainTimeModifyDBClusterMaintainTimeupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDetachedBackupsDescribeDetachedBackupsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ModifyAccountDescriptionModifyAccountDescriptionupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBEndpointAddressCreateDBEndpointAddresscreate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeGlobalDatabaseNetworkDescribeGlobalDatabaseNetworkget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RevokeAccountPrivilegeRevokeAccountPrivilegeupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeBackupTasksDescribeBackupTasksget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyLogBackupPolicyModifyLogBackupPolicyupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeSlowLogsDescribeSlowLogsget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:RestoreTableRestoreTableupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribePendingMaintenanceActionsDescribePendingMaintenanceActionsget
全部资源
*
polardb:DeleteBackupDeleteBackupdelete
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBInitializeVariableDescribeDBInitializeVariableget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeLogBackupPolicyDescribeLogBackupPolicyget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClusterPerformanceDescribeDBClusterPerformanceget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:CreateDBLinkCreateDBLinkcreate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyAutoRenewAttributeModifyAutoRenewAttributeupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBNodeHotReplicaModeModifyDBNodeHotReplicaModeupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DeleteAccountDeleteAccountdelete
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DeleteGlobalDatabaseNetworkDeleteGlobalDatabaseNetworkdelete
GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:DescribeDBClusterServerlessConfDescribeDBClusterServerlessConfget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DescribeDBNodesParametersDescribeDBNodesParametersget
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:DescribePolarSQLCollectorPolicyDescribePolarSQLCollectorPolicyget
全部资源
*
polardb:ModifyDBNodesClassModifyDBNodesClassupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:GrantAccountPrivilegeGrantAccountPrivilegeupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeTasksDescribeTasksget
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterDeletionModifyDBClusterDeletionupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyDBNodesParametersModifyDBNodesParametersupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:ModifyMaskingRulesModifyMaskingRulesupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
polardb:DeleteDBEndpointAddressDeleteDBEndpointAddressdelete
Endpoint
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ModifyDBClusterAuditLogCollectorModifyDBClusterAuditLogCollectorupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBClusterSSLModifyDBClusterSSLupdate
DBCluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
polardb:ModifyGlobalSecurityIPGroupNameModifyGlobalSecurityIPGroupNameupdate
全部资源
*
polardb:CloseDBClusterMigrationCloseDBClusterMigrationupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeDBClustersWithBackupsDescribeDBClustersWithBackupsget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:ModifyDBClusterDescriptionModifyDBClusterDescriptionupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyDBEndpointAddressModifyDBEndpointAddressupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:ModifyPendingMaintenanceActionModifyPendingMaintenanceActionupdate
全部资源
*
polardb:ModifyGlobalDatabaseNetworkModifyGlobalDatabaseNetworkupdate
GlobalDatabaseNetwork
acs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
polardb:ListTagResourcesListTagResourcesget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:DescribeParameterGroupsDescribeParameterGroupsget
全部资源
*
polardb:ModifyDBClusterParametersModifyDBClusterParametersupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
polardb:DescribeParameterTemplatesDescribeParameterTemplatesget
DBCluster
acs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
polardb:DescribeParameterGroupDescribeParameterGroupget
全部资源
*
polardb:ModifyDBClusterPrimaryZoneModifyDBClusterPrimaryZoneupdate
dbcluster
acs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}

资源(Resource)

下表是云原生关系型数据库 PolarDB(PolarDB)定义的资源,这些资源可以在RAM权限策略语句的Resource元素中使用,用来授予对该资源执行具体操作的权限。 其中,资源ARN是资源在阿里云上的唯一标识。具体说明如下:
  • {#}为变量标识,需要您替换为实际值。例如:{#ramcode}需要您替换为实际的云服务RAM代码。
  • *表示全部。例如:
    • {#resourceType}*时:表示全部资源。
    • {#regionId}*时:表示全部地域。
    • {#accountId}*时:表示全部阿里云账号。
资源类型资源ARN
dbclusteracs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
DBClusteracs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
DBClusteracs:polardb:{#regionId}:{#accountId}:dbcluster/{#DbClusterId}
DBNodeacs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
GlobalDatabaseNetworkacs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
DBClusteracs:polardb:{#regionId}:{#AccountId}:dbcluster/{#DbClusterId}
DBNodeacs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
DBClusteracs:polardb:{#regionId}:{#accountId}:dbcluster/{#dbclusterId}
DBClusteracs:polardb:*:{#accountId}:dbcluster/{#dbclusterId}
DBClusteracs:polardb:{#regionId}:{#accountId}:{#resource-type}/*
dbclusteracs:polardb:{#regionId}:{#accountId}:dbcluster/*
DBClusteracs:polardb:*:{#accountId}:{#resource-type}/*
ParameterGroupacs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
Backupacs:polardb:{#regionId}:{#accountId}:DBCluster/{#DBClusterId}
Endpointacs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
ColdStorageInstanceacs:polardb:*:{#accountId}:coldstorageinstance/{#OssClusterId}
ColdStorageInstanceacs:polardb:{#regionId}:{#accountId}:{#resource-type}/{#resource-id}
DBClusteracs:polardb:*:{#accountId}:{#resource-type}/{#resource-id}
DBClusteracs:polardb:{#regionId}:{#accountId}:DBCluster/{#DBClusterId}
DBClusteracs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
dbclusteracs:polardb:{#regionId}:{#accountId}:DBCluster/{#DbClusterId}
Backupacs:polardb:{#regionId}:{#accountId}:backup/{#DBClusterId}
Accountacs:polardb:*:{#accountId}:account/{#AccountId}
Accountacs:polardb:*:{#accountId}:account/{#AccountName}/{#DBClusterId}
DBClusterParameteracs:polardb:*:{#accountId}:dbclusterparameter/{#ParameterGroupId}

条件(Condition)

云原生关系型数据库 PolarDB(PolarDB)未定义产品级别的条件关键字。如需查看适用于所有云产品的通用条件关键字,请参见通用条件关键字

相关操作

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