Module: AWSCDK::APIGatewayv2::WebSocketIntegrationType

Defined in:
api_gatewayv2/web_socket_integration_type.rb

Overview

WebSocket Integration Types.

Constant Summary collapse

AWS_PROXY =
Deprecated.
Note:

Default:

AWS Proxy Integration Type.

Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.WebSocketIntegrationType", "AWS_PROXY")
MOCK =
Deprecated.
Note:

Default:

Mock Integration Type.

Jsii::Enum.new("aws-cdk-lib.aws_apigatewayv2.WebSocketIntegrationType", "MOCK")