Interface IWebSocketIntegration

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IIntegration, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IWebSocketIntegration.Jsii$Default
All Known Implementing Classes:
IWebSocketIntegration.Jsii$Proxy, WebSocketIntegration

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:02.207Z") @Stability(Stable) public interface IWebSocketIntegration extends software.amazon.jsii.JsiiSerializable, IIntegration
Represents an Integration for an WebSocket API.
  • Method Details

    • getWebSocketApi

      @Stability(Stable) @NotNull IWebSocketApi getWebSocketApi()
      The WebSocket API associated with this integration.