groupByTimeUnit

@JvmName(name = "ywbtvtvnbahmliyv")
suspend fun groupByTimeUnit(value: Output<String>)
@JvmName(name = "wufvmwcywsiybjhh")
suspend fun groupByTimeUnit(value: String?)

Parameters

value

Time unit used to group the result set. Valid values include: second, minute, hour, day, week, or month. If a query includes groupByTimeUnit, then the result is an aggregation based on the specified time unit and the resultant timestamp does not include milliseconds precision. If a query omits groupByTimeUnit, then the resultant timestamp includes milliseconds precision.