@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.284Z") @Stability(value=Experimental) public interface MetricExpressionConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricExpressionConfig.Builder
A builder for
MetricExpressionConfig |
static class |
MetricExpressionConfig.Jsii$Proxy
An implementation for
MetricExpressionConfig |
| Modifier and Type | Method and Description |
|---|---|
static MetricExpressionConfig.Builder |
builder() |
String |
getExpression()
(experimental) Math expression for the metric.
|
Number |
getPeriod()
(experimental) How many seconds to aggregate over.
|
Map<String,IMetric> |
getUsingMetrics()
(experimental) Metrics used in the math expression.
|
@Stability(value=Experimental) @NotNull String getExpression()
@Stability(value=Experimental) @NotNull Number getPeriod()
@Stability(value=Experimental) @NotNull Map<String,IMetric> getUsingMetrics()
@Stability(value=Experimental) static MetricExpressionConfig.Builder builder()
MetricExpressionConfig.Builder of MetricExpressionConfigCopyright © 2021. All rights reserved.