Class MetricExpressionConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.MetricExpressionConfig.Jsii$Proxy
- All Implemented Interfaces:
MetricExpressionConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
MetricExpressionConfig
@Stability(Stable)
@Internal
public static final class MetricExpressionConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements MetricExpressionConfig
An implementation for
MetricExpressionConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.MetricExpressionConfig
MetricExpressionConfig.Builder, MetricExpressionConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(MetricExpressionConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theMetricExpressionConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringMath expression for the metric.final NumberHow many seconds to aggregate over.final StringAccount to evaluate search expressions within.final StringRegion to evaluate search expressions within.Metrics used in the math expression.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theMetricExpressionConfig.Builder.
-
-
Method Details
-
getExpression
Description copied from interface:MetricExpressionConfigMath expression for the metric.- Specified by:
getExpressionin interfaceMetricExpressionConfig
-
getPeriod
Description copied from interface:MetricExpressionConfigHow many seconds to aggregate over.- Specified by:
getPeriodin interfaceMetricExpressionConfig
-
getUsingMetrics
Description copied from interface:MetricExpressionConfigMetrics used in the math expression.- Specified by:
getUsingMetricsin interfaceMetricExpressionConfig
-
getSearchAccount
Description copied from interface:MetricExpressionConfigAccount to evaluate search expressions within.Default: - Deployment account.
- Specified by:
getSearchAccountin interfaceMetricExpressionConfig
-
getSearchRegion
Description copied from interface:MetricExpressionConfigRegion to evaluate search expressions within.Default: - Deployment region.
- Specified by:
getSearchRegionin interfaceMetricExpressionConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-