Table of Contents

Interface IStage

Namespace
Amazon.CDK.AWS.APIGateway
Assembly
Amazon.CDK.AWS.APIGateway.dll

Represents an APIGateway Stage.

public interface IStage : IResource, IConstruct, IConstruct, IDependable

Properties

RestApi

RestApi to which this stage is associated.

IRestApi RestApi { get; }

Property Value

IRestApi

StageName

Name of this stage.

string StageName { get; }

Property Value

string

Remarks

Attribute: true