enum InterceptionPoint
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Bedrock.Agentcore.Alpha.InterceptionPoint |
Go | github.com/aws/aws-cdk-go/awsbedrockagentcorealpha/v2#InterceptionPoint |
Java | software.amazon.awscdk.services.bedrock.agentcore.alpha.InterceptionPoint |
Python | aws_cdk.aws_bedrock_agentcore_alpha.InterceptionPoint |
TypeScript (source) | @aws-cdk/aws-bedrock-agentcore-alpha ยป InterceptionPoint |
The interception point where the interceptor will be invoked.
Members
| Name | Description |
|---|---|
| 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. |
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.

.NET
Go
Java
Python
TypeScript (