Skip to main content

environments_list_only

Lists environments in a region or regions, for all properties use environments

Overview

Nameenvironments_list_only
TypeResource
DescriptionResource Type definition for AWS::AppConfig::Environment
Idaws.appconfig.environments_list_only

Fields

NameDatatypeDescription
environment_idstringThe environment ID.
descriptionstringA description of the environment.
monitorsarrayAmazon CloudWatch alarms to monitor during the deployment process.
application_idstringThe application ID.
tagsarrayMetadata to assign to the environment. Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define.
namestringA name for the environment.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all environments in a region.

SELECT
region,
application_id,
environment_id
FROM aws.appconfig.environments_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the environments_list_only resource, see environments