AWS Security MCP

Apache 2.0
4
  • Apple

describe_listeners

Retrieve detailed information about listeners associated with a specific AWS load balancer using the ARN, enabling efficient monitoring and security analysis of configuration settings.

Instructions

Describe listeners for a load balancer.

Args: load_balancer_arn: ARN of the load balancer next_token: Token for pagination max_items: Maximum items to return Returns: JSON string with listener information

Input Schema

NameRequiredDescriptionDefault
load_balancer_arnYes
max_itemsNo
next_tokenNo

Input Schema (JSON Schema)

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

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g