Module: AWSCDK::BedrockAgentCore::InterceptionPoint
- Defined in:
- bedrock_agent_core/interception_point.rb
Overview
The interception point where the interceptor will be invoked.
Constant Summary collapse
- REQUEST =
Deprecated.Note:
Default:
Execute before the gateway makes a call to the target Useful for request validation, transformation, or custom authorization.
Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.InterceptionPoint", "REQUEST")
- RESPONSE =
Deprecated.Note:
Default:
Execute after the target responds but before the gateway sends the response back Useful for response transformation, filtering, or adding custom headers.
Jsii::Enum.new("aws-cdk-lib.aws_bedrockagentcore.InterceptionPoint", "RESPONSE")