InterceptionPoint

class aws_cdk.aws_bedrock_agentcore_alpha.InterceptionPoint(*values)

Bases: Enum

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

Stability:

experimental

Attributes

REQUEST

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

Stability:

experimental

RESPONSE

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

Stability:

experimental