aws.amplify.list_backend_environments
Example SQL Queries
SELECT * FROMaws.amplify.list_backend_environmentsWHERE"app_id" = 'VALUE';Description
Lists the backend environments for an Amplify app.
This API is available only to Amplify Gen 1 applications where the backend is created using Amplify Studio or the Amplify command line interface (CLI). This API isn’t available to Amplify Gen 2 applications. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
Table Definition
| Column Name | Column Data Type |
|---|---|
| app_id Required Input Column The unique ID for an Amplify app. | VARCHAR |
| environment_name Input Column The name of the backend environment | VARCHAR |
| max_results Input Column The maximum number of records to list in a single response. | BIGINT |
| next_token Input Column A pagination token. If a non-null pagination token is returned in a result, pass its value in another request to retrieve more entries. | 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 |
| backend_environments The list of backend environments for an Amplify app. | STRUCT( |
Show child fields
| |