interface ITargetConfiguration
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.ITargetConfiguration |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#ITargetConfiguration |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.ITargetConfiguration |
Python | aws_cdk.aws_bedrock_agentcore_alpha.ITargetConfiguration |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » ITargetConfiguration |
Implemented by
Lambda, Mcp, Open, Smithy
Base interface for target configurations.
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. |
bind(scope, gateway)
public bind(scope: Construct, gateway: IGateway): TargetConfigurationConfig
Parameters
Returns
Binds the configuration to a construct scope Sets up permissions and dependencies.

.NET
Go
Java
Python
TypeScript (