notAllowedAggregations

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

Parameters

value

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


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

Parameters

values

The list of aggregation types that are not 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 .