Skip to main content

target_groups_list_only

Lists target_groups in a region or regions, for all properties use target_groups

Overview

Nametarget_groups_list_only
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_groups_list_only

Fields

NameDatatypeDescription
arnstring
configobject
created_atstring
idstring
last_updated_atstring
namestring
statusstring
typestring
targetsarray
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all target_groups in a region.

SELECT
region,
arn
FROM aws.vpclattice.target_groups_list_only
WHERE region = 'us-east-1';

Permissions

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