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 | 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_groups_list_only |
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 | |
tags | array | |
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,
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