@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.043Z") @Stability(value=Experimental) public interface IStage extends software.amazon.jsii.JsiiSerializable, IResource
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IStage.Jsii$Default
Internal default implementation for
IStage. |
static class |
IStage.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getStageName()
(experimental) The name of the stage;
|
String |
getUrl()
(experimental) The URL to this stage.
|
Metric |
metric(String metricName)
(experimental) Return the given named metric for this HTTP Api Gateway Stage.
|
Metric |
metric(String metricName,
MetricOptions props)
(experimental) Return the given named metric for this HTTP Api Gateway Stage.
|
applyRemovalPolicy, getEnv, getStackgetNode@Stability(value=Experimental) @NotNull String getStageName()
its primary identifier.
@Stability(value=Experimental) @NotNull String getUrl()
@Stability(value=Experimental) @NotNull Metric metric(@NotNull String metricName, @Nullable MetricOptions props)
Default: - average over 5 minutes
metricName - This parameter is required.props - Copyright © 2022. All rights reserved.