Interface IWebSocketIntegration

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

@Generated(value="jsii-pacmak/1.133.0 (build 0f43e37)", date="2026-06-11T16:21:34.812Z") @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.