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 リソースタイプによる文字列を含む:
-
Amazon Aurora の場合は
Aurora -
CloudFormationの場合は AWS CloudFormation -
Amazon DocumentDB (MongoDB 互換性) の場合は
DocumentDB -
DynamoDBAmazon DynamoDB 用の -
EBSAmazon Elastic Block Store 用の -
EC2Amazon Elastic Compute Cloud 用の -
EFSAmazon Elastic File System 用の -
FSxAmazon FSx の場合 用の -
NeptuneAmazon Neptune の場合 用の -
RDSAmazon Relational Database Service 用の -
Amazon Redshift 用の
Redshift -
Amazon Simple Storage Service (Amazon S3) 用の
S3 -
Amazon Elastic Compute Cloud インスタンスでの SAP HANA データベース用の
SAP HANA on Amazon EC2 -
AWS Storage Gateway 用の
Storage Gateway -
Amazon Timestream 用の
Timestream -
VMware 仮想マシン用の
VirtualMachine
型: 文字列の配列
パターン:
^[a-zA-Z0-9\-\_\.]{1,50}$ -
エラー
すべてのアクションに共通のエラーについては、「共通エラー」を参照してください。
- ServiceUnavailableException
-
サーバーの一時的障害のため、リクエストは失敗しました。
- Context
- Type
HTTP ステータスコード: 500
その他の参照資料
言語固有の AWS SDK のいずれかでこの API を使用する方法の詳細については、以下を参照してください。