Show / Hide Table of Contents

Interface IStage

Represents an APIGateway Stage.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.APIGateway
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IStage : IResource, IConstruct, IDependable
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

RestApi to which this stage is associated.

IRestApi RestApi { get; }
Property Value

IRestApi

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

IApiKey

Back to top Generated by DocFX