McpTargetConfiguration

class aws_cdk.aws_bedrock_agentcore_alpha.McpTargetConfiguration

Bases: object

(deprecated) Abstract base class for MCP target configurations Provides common functionality for all MCP target types.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Stability:

experimental

Methods

abstractmethod bind(scope, gateway)

(deprecated) Binds the configuration to a construct scope Sets up permissions and dependencies.

Parameters:
Stability:

deprecated

Return type:

TargetConfigurationConfig

Attributes

target_type

(deprecated) The target type.

Stability:

deprecated