Interface IHttpStageRef
Represents a reference to an HTTP Stage.
Namespace: Amazon.CDK.AWS.Apigatewayv2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IHttpStageRef : IStageRef, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IHttpStageRef Inherits IStageRef, IConstruct, IDependable, IEnvironmentAware
Synopsis
Properties
| IsHttpStage | Indicates that this is an HTTP Stage. |
Properties
IsHttpStage
Indicates that this is an HTTP Stage.
bool IsHttpStage { get; }
Property Value
Remarks
Will always return true, but is necessary to prevent accidental structural equality in TypeScript.