aws.amplifybackend.get_backend
Example SQL Queries
SELECT * FROMaws.amplifybackend.get_backendWHERE"app_id" = 'VALUE';Description
Provides project-level details for your Amplify UI project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The app ID. | VARCHAR |
| backend_environment_name Input Column The name of the backend environment. | 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 |
| amplify_feature_flags A stringified version of the cli.json file for your Amplify project. | VARCHAR |
| amplify_meta_config A stringified version of the current configs for your Amplify project. | VARCHAR |
| app_name The name of the app. | VARCHAR |
| backend_environment_list A list of backend environments in an array. | VARCHAR[] |
Show child fields
| |
| error If the request failed, this is the returned error. | VARCHAR |