Interface IWebSocketStage

All Superinterfaces:
IConstruct, software.constructs.IConstruct, 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.84.0 (build 5404dcf)", date="2023-06-19T16:30:43.307Z") @Stability(Experimental) public interface IWebSocketStage extends software.amazon.jsii.JsiiSerializable, IStage
(experimental) Represents the WebSocketStage.
  • Method Details

    • getApi

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

      @Stability(Experimental) @NotNull String getCallbackUrl()
      (experimental) 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