environments_list_only
Lists environments
in a region or regions, for all properties use environments
Overview
Name | environments_list_only |
Type | Resource |
Description | Resource Type definition for AWS::AppConfig::Environment |
Id | aws.appconfig.environments_list_only |
Fields
Name | Datatype | Description |
---|---|---|
environment_id | string | The environment ID. |
description | string | A description of the environment. |
monitors | array | Amazon CloudWatch alarms to monitor during the deployment process. |
application_id | string | The application ID. |
tags | array | Metadata 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. |
name | string | A name for the environment. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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