Backup / Client / get_supported_resource_types

get_supported_resource_types#

Backup.Client.get_supported_resource_types()#

Returns the Amazon Web Services resource types supported by Backup.

See also: AWS API Documentation

Request Syntax

response = client.get_supported_resource_types()
Return type:

dict

Returns:

Response Syntax

{
    'ResourceTypes': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • ResourceTypes (list) –

      Contains a string with the supported Amazon Web Services resource types:

      • Aurora for Amazon Aurora

      • DynamoDB for Amazon DynamoDB

      • EBS for Amazon Elastic Block Store

      • EC2 for Amazon Elastic Compute Cloud

      • EFS for Amazon Elastic File System

      • FSX for Amazon FSx

      • RDS for Amazon Relational Database Service

      • Storage Gateway for Storage Gateway

      • DocDB for Amazon DocumentDB (with MongoDB compatibility)

      • Neptune for Amazon Neptune

      • (string) –

Exceptions

  • Backup.Client.exceptions.ServiceUnavailableException