Interface IWebSocketStage

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, IStage, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IWebSocketStage.Jsii$Default
All Known Implementing Classes:
IWebSocketStage.Jsii$Proxy, WebSocketStage

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:12.088Z") @Stability(Stable) public interface IWebSocketStage extends software.amazon.jsii.JsiiSerializable, IStage
Represents the WebSocketStage.
  • Method Details

    • getApi

      @Stability(Stable) @NotNull IWebSocketApi getApi()
      The API this stage is associated to.
    • getCallbackUrl

      @Stability(Stable) @NotNull String getCallbackUrl()
      The callback URL to this stage.

      You can use the callback URL to send messages to the client from the backend system. https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-basic-concept.html https://docs.aws.amazon.com/apigateway/latest/developerguide/apigateway-how-to-call-websocket-api-connections.html