environment_tags
Expands all tag keys and values for environments
in a region
Overview
Name | environment_tags |
Type | Resource |
Description | Definition of AWS::RefactorSpaces::Environment Resource Type |
Id | aws.refactorspaces.environment_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | |
environment_identifier | string | |
name | string | |
network_fabric_type | string | |
arn | string | |
transit_gateway_id | string | |
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,
description,
environment_identifier,
name,
network_fabric_type,
arn,
transit_gateway_id,
tag_key,
tag_value
FROM aws.refactorspaces.environment_tags
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the environment_tags
resource, see environments