allowedAggregations

@JvmName(name = "rkuitrjmsgbsdgly")
suspend fun allowedAggregations(value: Output<List<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "alghlubssopvggle")
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 = "ywjwlxhmmrwpfsru")
suspend fun allowedAggregations(vararg values: Output<TopicAuthorSpecifiedAggregation>)


@JvmName(name = "uthqxxjslmfdmsoe")
suspend fun allowedAggregations(values: List<Output<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "nvtkvnwolugbneym")
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 .