UNPKG

aws-cdk-lib

Version:

Version 2 of the AWS Cloud Development Kit library

8 lines (7 loc) 370 B
import type { WebSocketRouteAuthorizerBindOptions, WebSocketRouteAuthorizerConfig, IWebSocketRouteAuthorizer } from '../../../aws-apigatewayv2'; /** * Authorize WebSocket API Routes with IAM */ export declare class WebSocketIamAuthorizer implements IWebSocketRouteAuthorizer { bind(_options: WebSocketRouteAuthorizerBindOptions): WebSocketRouteAuthorizerConfig; }