Interface IWebSocketStage
Represents the WebSocketStage.
Inherited Members
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IWebSocketStage : IStage, IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IWebSocketStage Inherits IStage, IResource, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| Api | The API this stage is associated to. |
| CallbackUrl | The callback URL to this stage. |
Properties
Api
CallbackUrl
The callback URL to this stage.
string CallbackUrl { get; }
Property Value
Remarks
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