@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-02T20:25:33.387Z") public interface IStage extends 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 |
---|---|
java.lang.String |
getStageName()
(experimental) The name of the stage;
|
java.lang.String |
getUrl()
(experimental) The URL to this stage.
|
Metric |
metric(java.lang.String metricName)
(experimental) Return the given named metric for this HTTP Api Gateway Stage.
|
Metric |
metric(java.lang.String metricName,
MetricOptions props)
(experimental) Return the given named metric for this HTTP Api Gateway Stage.
|
applyRemovalPolicy, getEnv, getStack
getNode
java.lang.String getStageName()
its primary identifier.
java.lang.String getUrl()
Metric metric(java.lang.String metricName, MetricOptions props)
Default: - average over 5 minutes
metricName
- This parameter is required.props
- Metric metric(java.lang.String metricName)
Default: - average over 5 minutes
metricName
- This parameter is required.