Interface IWebSocketStage
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IEnvironmentAware,IResource,IStage,IStageRef,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IWebSocketStage.Jsii$Default
- All Known Implementing Classes:
IWebSocketStage.Jsii$Proxy,WebSocketStage
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-08-13T16:19:58.974Z")
@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
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
addStageVariable, getStageName, getUrl, metric, metricMethods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IStageRef
getStageRefMethods 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
-