Interface IStage
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IDependable,IResource,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IStage.Jsii$Default
- All Known Implementing Classes:
IStage.Jsii$Proxy,Stage,StageBase
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-21T06:34:02.599Z")
@Stability(Stable)
public interface IStage
extends software.amazon.jsii.JsiiSerializable, IResource
Represents an APIGateway Stage.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIStage.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionAdd an ApiKey to this Stage.addApiKey(String id, ApiKeyOptions options) Add an ApiKey to this Stage.RestApi to which this stage is associated.Name of this stage.Methods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getEnv, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRestApi
RestApi to which this stage is associated. -
getStageName
Name of this stage. -
addApiKey
Add an ApiKey to this Stage.- Parameters:
id- This parameter is required.options-
-
addApiKey
Add an ApiKey to this Stage.- Parameters:
id- This parameter is required.
-