InterceptionPoint
- class aws_cdk.aws_bedrockagentcore.InterceptionPoint(*values)
Bases:
EnumThe interception point where the interceptor will be invoked.
Attributes
- REQUEST
Execute before the gateway makes a call to the target Useful for request validation, transformation, or custom authorization.
- RESPONSE
Execute after the target responds but before the gateway sends the response back Useful for response transformation, filtering, or adding custom headers.