notAllowedAggregations

@JvmName(name = "mthybvujniprjyaj")
suspend fun notAllowedAggregations(value: Output<List<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "pihvomybvlseuadn")
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 = "twtevhkuonnbcpfq")
suspend fun notAllowedAggregations(vararg values: Output<TopicAuthorSpecifiedAggregation>)


@JvmName(name = "ukckjhisvgotfmvh")
suspend fun notAllowedAggregations(values: List<Output<TopicAuthorSpecifiedAggregation>>)
@JvmName(name = "kgaehdhcydabkeha")
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 .