interface InterceptorBindConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.InterceptorBindConfig |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#InterceptorBindConfig |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.InterceptorBindConfig |
Python | aws_cdk.aws_bedrock_agentcore_alpha.InterceptorBindConfig |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป InterceptorBindConfig |
Obtainable from
Lambda.bind()
Configuration returned from binding an interceptor to a Gateway.
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';
declare const configuration: any;
const interceptorBindConfig: bedrock_agentcore_alpha.InterceptorBindConfig = {
configuration: configuration,
};
Properties
| Name | Type | Description |
|---|---|---|
| configuration | any | The CloudFormation configuration for this interceptor. |
configuration
Type:
any
The CloudFormation configuration for this interceptor.

.NET
Go
Java
Python
TypeScript (