CalculatedAttributeDefinitionConditionsArgs

data class CalculatedAttributeDefinitionConditionsArgs(val objectCount: Output<Int>? = null, val range: Output<CalculatedAttributeDefinitionRangeArgs>? = null, val threshold: Output<CalculatedAttributeDefinitionThresholdArgs>? = null) : ConvertibleToJava<CalculatedAttributeDefinitionConditionsArgs>

The conditions including range, object count, and threshold for the calculated attribute.

Constructors

constructor(objectCount: Output<Int>? = null, range: Output<CalculatedAttributeDefinitionRangeArgs>? = null, threshold: Output<CalculatedAttributeDefinitionThresholdArgs>? = null)

Properties

Link copied to clipboard
val objectCount: Output<Int>? = null

The number of profile objects used for the calculated attribute.

Link copied to clipboard

The relative time period over which data is included in the aggregation.

Link copied to clipboard

The threshold for the calculated attribute.

Functions

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