AWS Security MCP

Apache 2.0
4
  • Apple

get_target_groups

Retrieve AWS target groups filtered by load balancer ARN, with pagination support, to analyze and manage security configurations in your infrastructure.

Instructions

Get target groups with optional filtering by load balancer ARN.

Args: load_balancer_arn: Optional load balancer ARN to filter by next_token: Token for pagination max_items: Maximum items to return Returns: JSON string with target group information and pagination details

Input Schema

NameRequiredDescriptionDefault
load_balancer_arnNo
max_itemsNo
next_tokenNo

Input Schema (JSON Schema)

{ "properties": { "load_balancer_arn": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Load Balancer Arn" }, "max_items": { "default": 50, "title": "Max Items", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" } }, "title": "get_target_groupsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g