package awscdkapigatewayv2alpha // WebSocket Integration Types. // Experimental. type WebSocketIntegrationType string const ( // AWS Proxy Integration Type. // Experimental. WebSocketIntegrationType_AWS_PROXY WebSocketIntegrationType = "AWS_PROXY" // Mock Integration Type. // Experimental. WebSocketIntegrationType_MOCK WebSocketIntegrationType = "MOCK" )