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.127.0 (build 2117ad5)", date="2026-04-02T21:55:03.944Z") @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.