environment_tags
Expands all tag keys and values for environments
in a region
Overview
Name | environment_tags |
Type | Resource |
Description | Resource Type definition for AWS::AppConfig::Environment |
Id | aws.appconfig.environment_tags |
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. |
name | string | A name for the environment. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Expands tags for all environments
in a region.
SELECT
region,
environment_id,
description,
monitors,
application_id,
name,
tag_key,
tag_value
FROM aws.appconfig.environment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_tags
resource, see environments