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.109.0 (build c221850)", date="2025-03-14T03:24:51.915Z") @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.