Interface IStage.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,IStage,IStageRef,IStageRef.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
IHttpStage.Jsii$Default,IWebSocketStage.Jsii$Default
- All Known Implementing Classes:
IHttpStage.Jsii$Proxy,IStage.Jsii$Proxy,IWebSocketStage.Jsii$Proxy
- Enclosing interface:
IStage
@Internal
public static interface IStage.Jsii$Default
extends IStage, IResource.Jsii$Default, IStageRef.Jsii$Default
Internal default implementation for
IStage.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.IStage
IStage.Jsii$Default, IStage.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IStageRef
IStageRef.Jsii$Default, IStageRef.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault voidaddStageVariable(String name, String value) Adds a stage variable to this stage.default StringThe name of the stage;default StringgetUrl()The URL to this stage.default MetricReturn the given named metric for this HTTP Api Gateway Stage.default Metricmetric(String metricName, MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.awscdk.interfaces.apigatewayv2.IStageRef.Jsii$Default
getStageRefMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getStageName
The name of the stage;its primary identifier.
- Specified by:
getStageNamein interfaceIStage
-
getUrl
The URL to this stage. -
addStageVariable
Adds a stage variable to this stage.- Specified by:
addStageVariablein interfaceIStage- Parameters:
name- The name of the stage variable. This parameter is required.value- The value of the stage variable. This parameter is required.
-
metric
@Stability(Stable) @NotNull default Metric metric(@NotNull String metricName, @Nullable MetricOptions props) Return the given named metric for this HTTP Api Gateway Stage.Default: - average over 5 minutes
-
metric
Return the given named metric for this HTTP Api Gateway Stage.Default: - average over 5 minutes
-