@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.283Z") @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 © 2021. All rights reserved.