Class CfnAssetModel.MetricProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnAssetModel.MetricProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAssetModel.MetricProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAssetModel.MetricProperty
@Stability(Stable)
@Internal
public static final class CfnAssetModel.MetricProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAssetModel.MetricProperty
An implementation for
CfnAssetModel.MetricProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.iotsitewise.CfnAssetModel.MetricProperty
CfnAssetModel.MetricProperty.Builder, CfnAssetModel.MetricProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAssetModel.MetricProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The mathematical expression that defines the metric aggregation function.final Object
The list of variables used in the expression.final Object
The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression.final int
hashCode()
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 theCfnAssetModel.MetricProperty.Builder
.
-
-
Method Details
-
getExpression
Description copied from interface:CfnAssetModel.MetricProperty
The mathematical expression that defines the metric aggregation function.You can specify up to 10 variables per expression. You can specify up to 10 functions per expression.
For more information, see Quotas in the AWS IoT SiteWise User Guide .
- Specified by:
getExpression
in interfaceCfnAssetModel.MetricProperty
- See Also:
-
getVariables
Description copied from interface:CfnAssetModel.MetricProperty
The list of variables used in the expression.- Specified by:
getVariables
in interfaceCfnAssetModel.MetricProperty
- See Also:
-
getWindow
Description copied from interface:CfnAssetModel.MetricProperty
The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression.AWS IoT SiteWise computes one data point per
window
.- Specified by:
getWindow
in interfaceCfnAssetModel.MetricProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-