GatewayInterceptorConfiguration
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.
Contents
- interceptionPoints
-
The supported points of interception. This field specifies which points during the gateway invocation to invoke the interceptor
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 2 items.
Valid Values:
REQUEST | RESPONSERequired: Yes
- interceptor
-
The infrastructure settings of an interceptor configuration. This structure defines how the interceptor can be invoked.
Type: InterceptorConfiguration object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- inputConfiguration
-
The configuration for the input of the interceptor. This field specifies how the input to the interceptor is constructed
Type: InterceptorInputConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: