Interface WebSocketApiAttributes

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

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.340Z") @Stability(Experimental) public interface WebSocketApiAttributes extends software.amazon.jsii.JsiiSerializable
(experimental) Attributes for importing a WebSocketApi into the CDK.

Example:

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