InterceptorBindConfig

class aws_cdk.aws_bedrock_agentcore_alpha.InterceptorBindConfig(*, configuration)

Bases: object

(experimental) Configuration returned from binding an interceptor to a Gateway.

Parameters:

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

Stability:

experimental

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

(experimental) The CloudFormation configuration for this interceptor.

Stability:

experimental