Interface WebSocketApiAttributes

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

@Generated(value="jsii-pacmak/1.109.0 (build c221850)", date="2025-03-14T03:24:51.937Z") @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());