interface InterceptorBindConfig
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.InterceptorBindConfig |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#InterceptorBindConfig |
Java | software.amazon.awscdk.services.bedrockagentcore.InterceptorBindConfig |
Python | aws_cdk.aws_bedrockagentcore.InterceptorBindConfig |
TypeScript (source) | aws-cdk-lib » aws_bedrockagentcore » 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 { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
declare const configuration: any;
const interceptorBindConfig: bedrockagentcore.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 (