Show / Hide Table of Contents

Interface IHttpStageRef

Represents a reference to an HTTP Stage.

Inherited Members
IStageRef.StageRef
IEnvironmentAware.Env
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

bool

Remarks

Will always return true, but is necessary to prevent accidental structural equality in TypeScript.

Back to top Generated by DocFX