Skip to main content

supported_resource_types

Creates, updates, deletes, gets or lists a supported_resource_types resource.

Overview

Namesupported_resource_types
TypeResource
Idaws.backup.supported_resource_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
resource_typestringContains a string with the supported Amazon Web Services resource types: Aurora for Amazon Aurora CloudFormation for CloudFormation DocumentDB for Amazon DocumentDB (with MongoDB compatibility) DynamoDB for Amazon DynamoDB EBS for Amazon Elastic Block Store EC2 for Amazon Elastic Compute Cloud EFS for Amazon Elastic File System EKS for Amazon Elastic Kubernetes Service FSx for Amazon FSx Neptune for Amazon Neptune RDS for Amazon Relational Database Service Redshift for Amazon Redshift S3 for Amazon Simple Storage Service (Amazon S3) SAP HANA on Amazon EC2 for SAP HANA databases on Amazon Elastic Compute Cloud instances Storage Gateway for Storage Gateway Timestream for Amazon Timestream VirtualMachine for VMware virtual machines

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
get_supported_resource_typesselectregionReturns the Amazon Web Services resource types supported by Backup.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

Returns the Amazon Web Services resource types supported by Backup.

SELECT
resource_type
FROM aws.backup.supported_resource_types
WHERE region = '{{ region }}' -- required
;