@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.348Z") @Stability(value=Experimental) public interface MathExpressionProps extends software.amazon.jsii.JsiiSerializable, MathExpressionOptions
| Modifier and Type | Interface and Description |
|---|---|
static class |
MathExpressionProps.Builder
A builder for
MathExpressionProps |
static class |
MathExpressionProps.Jsii$Proxy
An implementation for
MathExpressionProps |
| Modifier and Type | Method and Description |
|---|---|
static MathExpressionProps.Builder |
builder() |
String |
getExpression()
(experimental) The expression defining the metric.
|
Map<String,IMetric> |
getUsingMetrics()
(experimental) The metrics used in the expression, in a map.
|
getColor, getLabel, getPeriod@Stability(value=Experimental) @NotNull String getExpression()
@Stability(value=Experimental) @NotNull Map<String,IMetric> getUsingMetrics()
The key is the identifier that represents the given metric in the expression, and the value is the actual Metric object.
@Stability(value=Experimental) static MathExpressionProps.Builder builder()
builder in interface MathExpressionOptionsMathExpressionProps.Builder of MathExpressionPropsCopyright © 2021. All rights reserved.