Skip to main content

target_group_tags

Expands all tag keys and values for target_groups in a region

Overview

Nametarget_group_tags
TypeResource
DescriptionA target group is a collection of targets, or compute resources, that run your application or service. A target group can only be used by a single service.
Idaws.vpclattice.target_group_tags

Fields

NameDatatypeDescription
arnstring
configobject
created_atstring
idstring
last_updated_atstring
namestring
statusstring
typestring
targetsarray
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all target_groups in a region.

SELECT
region,
arn,
config,
created_at,
id,
last_updated_at,
name,
status,
type,
targets,
tag_key,
tag_value
FROM aws.vpclattice.target_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the target_group_tags resource, see target_groups