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
StageName
Name of this stage.
string StageName { get; }
Property Value
Remarks
Attribute: true