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
DescriptionResource Type definition for AWS::ElasticLoadBalancingV2::TargetGroup
Idaws.elasticloadbalancingv2.target_groups_list_only

Fields

NameDatatypeDescription
target_group_arnstringThe ARN of the Target Group
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all target_groups in a region.

SELECT
region,
target_group_arn
FROM aws.elasticloadbalancingv2.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