allowedAggregations

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

Parameters

value

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


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


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

Parameters

values

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