@Stability(value=Stable) @Internal public static final class MetricConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MetricConfig
MetricConfigsoftware.amazon.jsii.JsiiObject.InitializationModeMetricConfig.Builder, MetricConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(MetricConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
MetricConfig.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
MetricExpressionConfig |
getMathExpression()
In case the metric is a math expression, the details of the math expression.
|
MetricStatConfig |
getMetricStat()
In case the metric represents a query, the details of the query.
|
Map<String,Object> |
getRenderingProperties()
Additional properties which will be rendered if the metric is used in a dashboard.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(MetricConfig.Builder builder)
MetricConfig.Builder.public final MetricExpressionConfig getMathExpression()
MetricConfigDefault: - None
getMathExpression in interface MetricConfigpublic final MetricStatConfig getMetricStat()
MetricConfigDefault: - None
getMetricStat in interface MetricConfigpublic final Map<String,Object> getRenderingProperties()
MetricConfigExamples are 'label' and 'color', but any key in here will be added to dashboard graphs.
Default: - None
getRenderingProperties in interface MetricConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.