Uses of Class
software.amazon.awscdk.services.apigateway.ResponseType
Packages that use ResponseType
-
Uses of ResponseType in software.amazon.awscdk.services.apigateway
Fields in software.amazon.awscdk.services.apigateway declared as ResponseTypeModifier and TypeFieldDescriptionstatic final ResponseTypeResponseType.ACCESS_DENIEDThe gateway response for authorization failure.static final ResponseTypeResponseType.API_CONFIGURATION_ERRORThe gateway response for an invalid API configuration.static final ResponseTypeResponseType.AUTHORIZER_CONFIGURATION_ERRORThe gateway response for failing to connect to a custom or Amazon Cognito authorizer.static final ResponseTypeResponseType.AUTHORIZER_FAILUREThe gateway response when a custom or Amazon Cognito authorizer failed to authenticate the caller.static final ResponseTypeResponseType.BAD_REQUEST_BODYThe gateway response when the request body cannot be validated according to an enabled request validator.static final ResponseTypeResponseType.BAD_REQUEST_PARAMETERSThe gateway response when the request parameter cannot be validated according to an enabled request validator.static final ResponseTypeResponseType.DEFAULT_4_XXThe default gateway response for an unspecified response type with the status code of 4XX.static final ResponseTypeResponseType.DEFAULT_5_XXThe default gateway response for an unspecified response type with a status code of 5XX.static final ResponseTypeResponseType.EXPIRED_TOKENThe gateway response for an AWS authentication token expired error.static final ResponseTypeResponseType.INTEGRATION_FAILUREThe gateway response for an integration failed error.static final ResponseTypeResponseType.INTEGRATION_TIMEOUTThe gateway response for an integration timed out error.static final ResponseTypeResponseType.INVALID_API_KEYThe gateway response for an invalid API key submitted for a method requiring an API key.static final ResponseTypeResponseType.INVALID_SIGNATUREThe gateway response for an invalid AWS signature error.static final ResponseTypeResponseType.MISSING_AUTHENTICATION_TOKENThe gateway response for a missing authentication token error, including the cases when the client attempts to invoke an unsupported API method or resource.static final ResponseTypeResponseType.QUOTA_EXCEEDEDThe gateway response for the usage plan quota exceeded error.static final ResponseTypeResponseType.REQUEST_TOO_LARGEThe gateway response for the request too large error.static final ResponseTypeResponseType.RESOURCE_NOT_FOUNDThe gateway response when API Gateway cannot find the specified resource after an API request passes authentication and authorization.static final ResponseTypeResponseType.THROTTLEDThe gateway response when usage plan, method, stage, or account level throttling limits exceeded.static final ResponseTypeResponseType.UNAUTHORIZEDThe gateway response when the custom or Amazon Cognito authorizer failed to authenticate the caller.static final ResponseTypeResponseType.UNSUPPORTED_MEDIA_TYPEThe gateway response when a payload is of an unsupported media type, if strict passthrough behavior is enabled.static final ResponseTypeResponseType.WAF_FILTEREDThe gateway response when a request is blocked by AWS WAF.Methods in software.amazon.awscdk.services.apigateway that return ResponseTypeModifier and TypeMethodDescriptionGatewayResponseOptions.getType()Response type to associate with gateway response.final ResponseTypeGatewayResponseOptions.Jsii$Proxy.getType()final ResponseTypeGatewayResponseProps.Jsii$Proxy.getType()static ResponseTypeA custom response type to support future cases.Methods in software.amazon.awscdk.services.apigateway with parameters of type ResponseTypeModifier and TypeMethodDescriptionGatewayResponse.Builder.type(ResponseType type) Response type to associate with gateway response.GatewayResponseOptions.Builder.type(ResponseType type) Sets the value ofGatewayResponseOptions.getType()GatewayResponseProps.Builder.type(ResponseType type) Sets the value ofGatewayResponseOptions.getType()