

# Aurora DSQL API 操作和基于资源的策略
<a name="rbp-api-operations"></a>

Aurora DSQL 中基于资源的策略控制对特定 API 操作的访问权限。以下各节列出了按类别整理的所有 Aurora DSQL API 操作，并指明了哪些操作支持基于资源的策略。

*支持 RBP* 列指示在将策略附加到集群时，API 操作是否需要接受基于资源的策略评估。

## 标签 API
<a name="rbp-tag-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [ListTagsForResource](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_ListTagsForResource.html) | 列出 Aurora DSQL 资源的标签 | 是 | 
| [TagResource](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_TagResource.html) | 向 Aurora DSQL 资源添加标签 | 是 | 
| [UntagResource](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_UntagResource.html) | 从 Aurora DSQL 资源移除标签 | 是 | 

## 集群管理 API
<a name="rbp-cluster-management-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [CreateCluster](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_CreateCluster.html)： | 创建新集群 | 否 | 
| [DeleteCluster](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_DeleteCluster.html) | 删除集群 | 是 | 
| [GetCluster](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_GetCluster.html) | 检索有关集群的信息 | 是 | 
| [GetVpcEndpointServiceName](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_GetVpcEndpointServiceName.html) | 检索集群的 VPC 端点服务名称 | 是 | 
| [ListClusters](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_ListClusters.html) | 列出您账户中的集群 | 否 | 
| [UpdateCluster](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_UpdateCluster.html) | 更新集群的配置 | 是 | 

## 多区域属性 API
<a name="rbp-multi-region-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [AddPeerCluster](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_AddPeerCluster.html) | 将对等集群添加到多区域配置中 | 是 | 
| [PutMultiRegionProperties](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_PutMultiRegionProperties.html) | 为集群设置多区域属性 | 是 | 
| [PutWitnessRegion](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_PutWitnessRegion.html) | 为多区域集群设置见证区域 | 是 | 

## 基于资源的策略 API
<a name="rbp-policy-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [DeleteClusterPolicy](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_DeleteClusterPolicy.html) | 从集群中删除基于资源的策略 | 是 | 
| [GetClusterPolicy](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_GetClusterPolicy.html) | 检索集群的基于资源的策略 | 是 | 
| [PutClusterPolicy](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_PutClusterPolicy.html) | 创建或更新集群的基于资源的策略 | 是 | 

## AWS Fault Injection Service API
<a name="rbp-fis-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [InjectError](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_InjectError.html) | 注入错误以进行故障注入测试 | 否 | 

## 备份与还原 API
<a name="rbp-backup-restore-apis"></a>


| API 操作 | 说明 | 支持 RBP | 
| --- | --- | --- | 
| [GetBackupJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_GetBackupJob.html) | 检索有关备份作业的信息 | 否 | 
| [GetRestoreJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_GetRestoreJob.html) | 检索有关还原作业的信息 | 否 | 
| [StartBackupJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_StartBackupJob.html) | 启动集群的备份作业 | 是 | 
| [StartRestoreJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_StartRestoreJob.html) | 从备份启动还原作业 | 否 | 
| [StopBackupJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_StopBackupJob.html) | 停止正在运行的备份作业 | 否 | 
| [StopRestoreJob](https://docs.aws.amazon.com/aurora-dsql/latest/APIReference/API_StopRestoreJob.html) | 停止正在运行的还原作业 | 否 | 