Skip to content

Bedrock Agentcore Control  >  Structures  >  McpLambdaTargetConfiguration

McpLambdaTargetConfiguration

Structure Class

McpLambdaTargetConfiguration dataclass

The Lambda configuration for a Model Context Protocol target. This structure defines how the gateway uses a Lambda function to communicate with the target.

Attributes

lambda_arn instance-attribute
lambda_arn: str

The Amazon Resource Name (ARN) of the Lambda function. This function is invoked by the gateway to communicate with the target.

tool_schema instance-attribute
tool_schema: ToolSchema

The tool schema for the Lambda function. This schema defines the structure of the tools that the Lambda function provides.