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.110.0 (build 336b265)",
date="2025-04-22T23:08:06.595Z")
@Stability(Stable)
public interface IWebSocketStage
extends software.amazon.jsii.JsiiSerializable, IStage
Represents the WebSocketStage.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIWebSocketStage.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptiongetApi()The API this stage is associated to.The callback URL to this stage.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
getStageName, getUrl, metric, metricMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getApi
The API this stage is associated to. -
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
-