@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.594Z") @Stability(value=Experimental) public interface MetricConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MetricConfig.Builder
A builder for
MetricConfig |
static class |
MetricConfig.Jsii$Proxy
An implementation for
MetricConfig |
| Modifier and Type | Method and Description |
|---|---|
static MetricConfig.Builder |
builder() |
default MetricExpressionConfig |
getMathExpression()
(experimental) In case the metric is a math expression, the details of the math expression.
|
default MetricStatConfig |
getMetricStat()
(experimental) In case the metric represents a query, the details of the query.
|
default Map<String,Object> |
getRenderingProperties()
(experimental) Additional properties which will be rendered if the metric is used in a dashboard.
|
@Stability(value=Experimental) @Nullable default MetricExpressionConfig getMathExpression()
Default: - None
@Stability(value=Experimental) @Nullable default MetricStatConfig getMetricStat()
Default: - None
@Stability(value=Experimental) @Nullable default Map<String,Object> getRenderingProperties()
Examples are 'label' and 'color', but any key in here will be added to dashboard graphs.
Default: - None
@Stability(value=Experimental) static MetricConfig.Builder builder()
MetricConfig.Builder of MetricConfigCopyright © 2020. All rights reserved.