aws.amplifybackend.get_backend_storage
Example SQL Queries
SELECT * FROMaws.amplifybackend.get_backend_storageWHERE"app_id" = 'VALUE'AND "backend_environment_name" = 'VALUE'AND "resource_name" = 'VALUE';Description
Gets details for a backend storage resource.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The app ID. | VARCHAR |
| backend_environment_name Required Input Column The name of the backend environment. | VARCHAR |
| resource_name Required Input Column The name of the storage resource. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| resource_config The resource configuration for the backend storage resource. | STRUCT( |
Show child fields
| |