Interface IStage
Represents an APIGateway Stage.
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStage : IResource
Syntax (vb)
Public Interface IStage
Inherits IResource, IConstruct, IDependable
Synopsis
Properties
RestApi | RestApi to which this stage is associated. |
StageName | Name of this stage. |
Methods
AddApiKey(String, IApiKeyOptions) | Add an ApiKey to this Stage. |
Properties
RestApi
StageName
Name of this stage.
string StageName { get; }
Property Value
System.String
Remarks
Attribute: true
Methods
AddApiKey(String, IApiKeyOptions)
Add an ApiKey to this Stage.
IApiKey AddApiKey(string id, IApiKeyOptions options = null)
Parameters
- id System.String
- options IApiKeyOptions
Returns