UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

12 lines (11 loc) 459 B
import { WebSocketRouteIntegration, WebSocketRouteIntegrationConfig, WebSocketRouteIntegrationBindOptions } from '../../../aws-apigatewayv2'; /** * Mock WebSocket Integration */ export declare class WebSocketMockIntegration extends WebSocketRouteIntegration { /** * @param id id of the underlying integration construct */ constructor(id: string); bind(options: WebSocketRouteIntegrationBindOptions): WebSocketRouteIntegrationConfig; }