InterceptionPoint

class aws_cdk.aws_bedrock_agentcore_alpha.InterceptionPoint(*values)

Bases: Enum

(deprecated) The interception point where the interceptor will be invoked.

Deprecated:

Use the equivalent construct from aws-cdk-lib/aws-bedrockagentcore instead.

Stability:

deprecated

Attributes

REQUEST

(deprecated) Execute before the gateway makes a call to the target Useful for request validation, transformation, or custom authorization.

Stability:

deprecated

RESPONSE

(deprecated) Execute after the target responds but before the gateway sends the response back Useful for response transformation, filtering, or adding custom headers.

Stability:

deprecated