target_groups_list_only
Lists target_groups
in a region or regions, for all properties use target_groups
Overview
Name | target_groups_list_only |
Type | Resource |
Description | Resource Type definition for AWS::ElasticLoadBalancingV2::TargetGroup |
Id | aws.elasticloadbalancingv2.target_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
target_group_arn | string | The ARN of the Target Group |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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