Interface IWebSocketRoute

All Superinterfaces:
IConstruct, software.constructs.IConstruct, IDependable, IResource, IRoute, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IWebSocketRoute.Jsii$Default
All Known Implementing Classes:
IWebSocketRoute.Jsii$Proxy, WebSocketRoute

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.306Z") @Stability(Experimental) public interface IWebSocketRoute extends software.amazon.jsii.JsiiSerializable, IRoute
(experimental) Represents a Route for an WebSocket API.
  • Method Details

    • getRouteKey

      @Stability(Experimental) @NotNull String getRouteKey()
      (experimental) The key to this route.
    • getWebSocketApi

      @Stability(Experimental) @NotNull IWebSocketApi getWebSocketApi()
      (experimental) The WebSocket API associated with this route.