allowedAggregations

@JvmName(name = "mstegffphfqhhwna")
suspend fun allowedAggregations(value: Output<List<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "qojedbxlqqknubco")
suspend fun allowedAggregations(value: List<TopicAuthorSpecifiedAggregation>?)

Parameters

value

The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT , DISTINCT_COUNT , MIN , MAX , MEDIAN , SUM , AVERAGE , STDEV , STDEVP , VAR , VARP , and PERCENTILE .


@JvmName(name = "yieghnmdpxvhsyvd")
suspend fun allowedAggregations(vararg values: Output<TopicAuthorSpecifiedAggregation>)


@JvmName(name = "uxlqswotjsefuglw")
suspend fun allowedAggregations(values: List<Output<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "sxbobjnokfgonlai")
suspend fun allowedAggregations(vararg values: TopicAuthorSpecifiedAggregation)

Parameters

values

The list of aggregation types that are allowed for the calculated field. Valid values for this structure are COUNT , DISTINCT_COUNT , MIN , MAX , MEDIAN , SUM , AVERAGE , STDEV , STDEVP , VAR , VARP , and PERCENTILE .