interface TargetConfigurationConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.TargetConfigurationConfig |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#TargetConfigurationConfig |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.TargetConfigurationConfig |
Python | aws_cdk.aws_bedrock_agentcore_alpha.TargetConfigurationConfig |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha » TargetConfigurationConfig |
Obtainable from
Lambda.bind(), Mcp.bind(), Mcp.bind(), Open.bind(), Smithy.bind()
Configuration returned by binding a target configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as bedrock_agentcore_alpha from '@aws-cdk/aws-bedrock-agentcore-alpha';
const targetConfigurationConfig: bedrock_agentcore_alpha.TargetConfigurationConfig = {
bound: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| bound | boolean | Indicates that the configuration has been successfully bound. |
bound
Type:
boolean
Indicates that the configuration has been successfully bound.

.NET
Go
Java
Python
TypeScript (