class McpTargetConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.McpTargetConfiguration |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#McpTargetConfiguration |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.McpTargetConfiguration |
Python | aws_cdk.aws_bedrock_agentcore_alpha.McpTargetConfiguration |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป McpTargetConfiguration |
Implements
ITarget
Implemented by
Lambda, Mcp, Open, Smithy
Abstract base class for MCP target configurations Provides common functionality for all MCP target types.
Initializer
new McpTargetConfiguration()
Properties
| Name | Type | Description |
|---|---|---|
| target | Mcp | The target type. |
targetType
Type:
Mcp
The target type.
Methods
| Name | Description |
|---|---|
| bind(scope, gateway) | Binds the configuration to a construct scope Sets up permissions and dependencies. |
| protected render | Renders the MCP-specific configuration. |
bind(scope, gateway)
public bind(scope: Construct, gateway: IGateway): TargetConfigurationConfig
Parameters
Returns
Binds the configuration to a construct scope Sets up permissions and dependencies.
protected renderMcpConfiguration()
protected renderMcpConfiguration(): any
Returns
any
Renders the MCP-specific configuration.

.NET
Go
Java
Python
TypeScript (