InterceptorBindConfig
- class aws_cdk.aws_bedrock_agentcore_alpha.InterceptorBindConfig(*, configuration)
Bases:
object(deprecated) Configuration returned from binding an interceptor to a Gateway.
- Parameters:
configuration (
Any) – (deprecated) The CloudFormation configuration for this interceptor.- Deprecated:
Use the equivalent construct from
aws-cdk-lib/aws-bedrockagentcoreinstead.- Stability:
deprecated
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_bedrock_agentcore_alpha as bedrock_agentcore_alpha # configuration: Any interceptor_bind_config = bedrock_agentcore_alpha.InterceptorBindConfig( configuration=configuration )
Attributes
- configuration
(deprecated) The CloudFormation configuration for this interceptor.
- Stability:
deprecated