aws_elbv2_describe_target_groups
Retrieve AWS Elastic Load Balancing target group configurations, including health checks and registered targets, with optional filtering by load balancer or specific groups.
Instructions
List target groups, optionally filtered by load balancer.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| load_balancer_arn | No | Filter by load balancer ARN | |
| target_group_arns | No | Specific target group ARNs | |
| names | No | Filter by target group names |