target_group_tags
Expands all tag keys and values for target_groups
in a region
Overview
Name | target_group_tags |
Type | Resource |
Description | A 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. |
Id | aws.vpclattice.target_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
config | object | |
created_at | string | |
id | string | |
last_updated_at | string | |
name | string | |
status | string | |
type | string | |
targets | array | |
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 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