aws.appconfig.list_environments
Example SQL Queries
SELECT * FROMaws.appconfig.list_environmentsWHERE"application_id" = 'VALUE';Description
Lists the environments for an application.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application ID. | 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 |
| description The description of the environment. | VARCHAR |
| id The environment ID. | VARCHAR |
| monitors Amazon CloudWatch alarms monitored during the deployment. | STRUCT( |
Show child fields
| |
| name The name of the environment. | VARCHAR |
| state The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK | VARCHAR |