denominatorAggregations

@JvmName(name = "bbyqnbtdtvihktur")
suspend fun denominatorAggregations(value: Output<List<AggregationArgs>>)
@JvmName(name = "dxcxorbgirbwvjbh")
suspend fun denominatorAggregations(value: List<AggregationArgs>?)

Parameters

value

Specifies the alignment of data points in individual time series selected by denominatorFilter as well as how to combine the retrieved time series together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of resources).When computing ratios, the aggregations and denominator_aggregations fields must use the same alignment period and produce time series that have the same periodicity and labels.


@JvmName(name = "pjmaiwenaggkcvdh")
suspend fun denominatorAggregations(vararg values: Output<AggregationArgs>)


@JvmName(name = "hmqsruauejhbosjs")
suspend fun denominatorAggregations(values: List<Output<AggregationArgs>>)
@JvmName(name = "mgffqflypnupmkyj")
suspend fun denominatorAggregations(vararg values: AggregationArgs)

Parameters

values

Specifies the alignment of data points in individual time series selected by denominatorFilter as well as how to combine the retrieved time series together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of resources).When computing ratios, the aggregations and denominator_aggregations fields must use the same alignment period and produce time series that have the same periodicity and labels.


@JvmName(name = "fpnkuvqdbxyaffcm")
suspend fun denominatorAggregations(argument: List<suspend AggregationArgsBuilder.() -> Unit>)
@JvmName(name = "iltwkcqfcdveqerr")
suspend fun denominatorAggregations(vararg argument: suspend AggregationArgsBuilder.() -> Unit)
@JvmName(name = "hbtxpipcqugncrjr")
suspend fun denominatorAggregations(argument: suspend AggregationArgsBuilder.() -> Unit)

Parameters

argument

Specifies the alignment of data points in individual time series selected by denominatorFilter as well as how to combine the retrieved time series together (such as when aggregating multiple streams on each resource to a single stream for each resource or when aggregating streams across all members of a group of resources).When computing ratios, the aggregations and denominator_aggregations fields must use the same alignment period and produce time series that have the same periodicity and labels.