supported_resource_types
Creates, updates, deletes, gets or lists a supported_resource_types resource.
Overview
| Name | supported_resource_types |
| Type | Resource |
| Id | aws.backup.supported_resource_types |
Fields
The following fields are returned by SELECT queries:
- get_supported_resource_types
| Name | Datatype | Description |
|---|---|---|
resource_type | string | Contains 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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
get_supported_resource_types | select | region | Returns 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.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- get_supported_resource_types
Returns the Amazon Web Services resource types supported by Backup.
SELECT
resource_type
FROM aws.backup.supported_resource_types
WHERE region = '{{ region }}' -- required
;