Enum InterceptionPoint
(deprecated) The interception point where the interceptor will be invoked.
Namespace: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha
Assembly: Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.dll
Syntax (csharp)
[Obsolete("Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.")]
public enum InterceptionPoint
Syntax (vb)
<Obsolete("Use the equivalent construct from `aws-cdk-lib/aws-bedrockagentcore` instead.")>
Public Enum InterceptionPoint
Remarks
Stability: Deprecated
Synopsis
Fields
| REQUEST | (deprecated) Execute before the gateway makes a call to the target Useful for request validation, transformation, or custom authorization. |
| RESPONSE | (deprecated) Execute after the target responds but before the gateway sends the response back Useful for response transformation, filtering, or adding custom headers. |
Fields
| Name | Description |
|---|---|
| REQUEST | (deprecated) Execute before the gateway makes a call to the target Useful for request validation, transformation, or custom authorization. |
| RESPONSE | (deprecated) Execute after the target responds but before the gateway sends the response back Useful for response transformation, filtering, or adding custom headers. |