aws.appconfig.get_environment
Example SQL Queries
SELECT * FROMaws.appconfig.get_environmentWHERE"application_id" = 'VALUE'AND "environment_id" = 'VALUE';Description
Retrieves information about an environment. An environment is a deployment group of AppConfig applications, such as applications in a Production environment or in an EU_Region environment. Each configuration deployment targets an environment. You can enable one or more Amazon CloudWatch alarms for an environment. If an alarm is triggered during a deployment, AppConfig roles back the configuration.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application ID. | VARCHAR |
| environment_id Required Input Column The ID of the environment that you want to get. | 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 |