GatewayInterceptorConfiguration¶
Structure Class¶
GatewayInterceptorConfiguration
dataclass
¶
The configuration for an interceptor on a gateway. This structure defines settings for an interceptor that will be invoked during the invocation of the gateway.
Attributes¶
input_configuration
class-attribute
instance-attribute
¶
input_configuration: InterceptorInputConfiguration | None = None
The configuration for the input of the interceptor. This field specifies how the input to the interceptor is constructed
interception_points
instance-attribute
¶
interception_points: list[GatewayInterceptionPoint]
The supported points of interception. This field specifies which points during the gateway invocation to invoke the interceptor
interceptor
instance-attribute
¶
interceptor: InterceptorConfiguration
The infrastructure settings of an interceptor configuration. This structure defines how the interceptor can be invoked.