notAllowedAggregations

@JvmName(name = "jjsybwtnvtxrtgky")
suspend fun notAllowedAggregations(value: Output<List<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "avurwehcxoxggkhi")
suspend fun notAllowedAggregations(value: List<TopicAuthorSpecifiedAggregation>?)

Parameters

value

The list of aggregation types that are not 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 = "wtpcjpotwoleffqb")
suspend fun notAllowedAggregations(vararg values: Output<TopicAuthorSpecifiedAggregation>)


@JvmName(name = "adqqxvldajbufabs")
suspend fun notAllowedAggregations(values: List<Output<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "omijitorypwfphtg")
suspend fun notAllowedAggregations(vararg values: TopicAuthorSpecifiedAggregation)

Parameters

values

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