@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:46:59.858Z") @Stability(value=Experimental) public interface IWebSocketStage extends software.amazon.jsii.JsiiSerializable, IStage
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IWebSocketStage.Jsii$Default
Internal default implementation for
IWebSocketStage. |
static class |
IWebSocketStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IWebSocketApi |
getApi()
(experimental) The API this stage is associated to.
|
String |
getCallbackUrl()
(experimental) The callback URL to this stage.
|
getStageName, getUrl, metric, metricapplyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Experimental) @NotNull IWebSocketApi getApi()
@Stability(value=Experimental) @NotNull String getCallbackUrl()
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
Copyright © 2022. All rights reserved.