Show / Hide Table of Contents

Enum InterceptionPoint

(experimental) 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)
public enum InterceptionPoint
Syntax (vb)
Public Enum InterceptionPoint
Remarks

Stability: Experimental

Synopsis

Fields

REQUEST

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

RESPONSE

(experimental) 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

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

RESPONSE

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

Back to top Generated by DocFX