aws.amplify.get_backend_environment
Example SQL Queries
SELECT * FROMaws.amplify.get_backend_environmentWHERE"app_id" = 'VALUE'AND "environment_name" = 'VALUE';Description
Returns a backend environment 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 Required Input Column The name for 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 |
| backend_environment Describes the backend environment for an Amplify app. | STRUCT( |
Show child fields
| |