Interface WebSocketApiAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
WebSocketApiAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.125.0 (build fdbe357)", date="2026-01-09T10:20:10.558Z") @Stability(Stable) public interface WebSocketApiAttributes extends software.amazon.jsii.JsiiSerializable
Attributes for importing a WebSocketApi into the CDK.

Example:

 IWebSocketApi webSocketApi = WebSocketApi.fromWebSocketApiAttributes(this, "mywsapi", WebSocketApiAttributes.builder().webSocketId("api-1234").build());