InterceptorBindConfig

class aws_cdk.aws_bedrockagentcore.InterceptorBindConfig(*, configuration)

Bases: object

Configuration returned from binding an interceptor to a Gateway.

Parameters:

configuration (Any) – The CloudFormation configuration for this interceptor.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_bedrockagentcore as bedrockagentcore

# configuration: Any

interceptor_bind_config = bedrockagentcore.InterceptorBindConfig(
    configuration=configuration
)

Attributes

configuration

The CloudFormation configuration for this interceptor.