Skip to main content

environment_tags

Expands all tag keys and values for environments in a region

Overview

Nameenvironment_tags
TypeResource
DescriptionResource Type definition for AWS::AppConfig::Environment
Idaws.appconfig.environment_tags

Fields

NameDatatypeDescription
environment_idstringThe environment ID.
descriptionstringA description of the environment.
monitorsarrayAmazon CloudWatch alarms to monitor during the deployment process.
deletion_protection_checkstringOn resource deletion this controls whether the Deletion Protection check should be applied, bypassed, or (the default) whether the behavior should be controlled by the account-level Deletion Protection setting. See https://docs.aws.amazon.com/appconfig/latest/userguide/deletion-protection.html
application_idstringThe application ID.
namestringA name for the environment.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all environments in a region.

SELECT
region,
environment_id,
description,
monitors,
deletion_protection_check,
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