GetSupportedResourceTypes
返回 AWS Backup 支持的 AWS 资源类型。
请求语法
GET /supported-resource-types HTTP/1.1
URI 请求参数
该请求不使用任何 URI 参数。
请求体
该请求没有请求正文。
响应语法
HTTP/1.1 200
Content-type: application/json
{
"ResourceTypes": [ "string" ]
}
响应元素
如果此操作成功,则该服务将会发送回 HTTP 200 响应。
服务以 JSON 格式返回以下数据。
- ResourceTypes
-
包含一个具有以下受支持 AWS 资源类型的字符串:
-
Aurora
:表示 Amazon Aurora -
CloudFormation
:表示 AWS CloudFormation -
DocumentDB
:表示 Amazon DocumentDB(与 MongoDB 兼容) -
DynamoDB
:表示 Amazon DynamoDB -
EBS
:表示 Amazon Elastic Block Store -
EC2
:表示 Amazon Elastic Compute Cloud -
EFS
:表示 Amazon Elastic File System -
FSx
:表示 Amazon FSx -
适用于 Amazon Neptune 的
Neptune
-
适用于 Amazon Relational Database Service 的
RDS
-
适用于 Amazon Redshift
Redshift
-
S3
:表示 Amazon Simple Storage Service(Amazon S3) -
SAP HANA on Amazon EC2
:表示 Amazon Elastic Compute Cloud 实例上的 SAP HANA 数据库 -
适用于 AWS Storage Gateway 的
Storage Gateway
-
Timestream
:表示 Amazon Timestream -
VirtualMachine
:表示 VMware 虚拟机
类型:字符串数组
模式:
^[a-zA-Z0-9\-\_\.]{1,50}$
-
错误
有关所有操作返回的常见错误的信息,请参阅常见错误。
- ServiceUnavailableException
-
由于服务器发生临时故障而导致请求失败。
HTTP 状态代码:500
另请参阅
有关在特定语言的 AWS SDK 中使用此 API 的更多信息,请参阅以下内容: