Show / Hide Table of Contents

Interface IWebSocketStage

Represents the WebSocketStage.

Inherited Members
IStage.AddStageVariable(string, string)
IStage.Metric(string, IMetricOptions)
IStage.StageName
IStage.Url
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
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

The API this stage is associated to.

IWebSocketApi Api { get; }
Property Value

IWebSocketApi

CallbackUrl

The callback URL to this stage.

string CallbackUrl { get; }
Property Value

string

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

Back to top Generated by DocFX