AssetModelMetricArgs

data class AssetModelMetricArgs(val expression: Output<String>, val variables: Output<List<AssetModelExpressionVariableArgs>>, val window: Output<AssetModelMetricWindowArgs>) : ConvertibleToJava<AssetModelMetricArgs>

Constructors

Link copied to clipboard
constructor(expression: Output<String>, variables: Output<List<AssetModelExpressionVariableArgs>>, window: Output<AssetModelMetricWindowArgs>)

Properties

Link copied to clipboard
val expression: Output<String>

The mathematical expression that defines the metric aggregation function. You can specify up to 10 functions per expression.

Link copied to clipboard

The list of variables used in the expression.

Link copied to clipboard

The window (time interval) over which AWS IoT SiteWise computes the metric's aggregation expression

Functions

Link copied to clipboard
open override fun toJava(): AssetModelMetricArgs