aws.vpc_lattice.list_target_groups
Example SQL Queries
SELECT * FROMaws.vpc_lattice.list_target_groups;Description
Lists your target groups. You can narrow your search by using the filters below in your request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| target_group_type Input Column The target group type. | VARCHAR |
| vpc_identifier Input Column The ID of the VPC of the target group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN (Amazon Resource Name) of the target group. | VARCHAR |
| created_at The date and time that the target group was created, specified in ISO-8601 format. | TIMESTAMP_S |
| id The ID of the target group. | VARCHAR |
| ip_address_type The type of IP address used for the target group. The possible values are IPV4 and IPV6. This is an optional parameter. If not specified, the default is IPV4. | VARCHAR |
| lambda_event_structure_version The version of the event structure that your Lambda function receives. Supported only if the target group type is LAMBDA. | VARCHAR |
| last_updated_at The date and time that the target group was last updated, specified in ISO-8601 format. | TIMESTAMP_S |
| name The name of the target group. | VARCHAR |
| port The port of the target group. | BIGINT |
| protocol The protocol of the target group. | VARCHAR |
| service_arns The Amazon Resource Names (ARNs) of the service. | VARCHAR[] |
Show child fields
| |
| status The status. | VARCHAR |
| type The target group type. | VARCHAR |