hourSlots

@JvmName(name = "tqtoxxarfqxdrtlf")
suspend fun hourSlots(value: Output<List<Int>>)
@JvmName(name = "xrigapgdlvtolmrg")
suspend fun hourSlots(value: List<Int>?)

Parameters

value

Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying 0, 1 means the 00:00 - 02:00 UTC time range.


@JvmName(name = "klmwabbsovtacwim")
suspend fun hourSlots(vararg values: Output<Int>)


@JvmName(name = "ntgrkpmieurbvwul")
suspend fun hourSlots(values: List<Output<Int>>)
@JvmName(name = "terrdqqjmcjmjkfq")
suspend fun hourSlots(vararg values: Int)

Parameters

values

Each integer hour represents a time range beginning at 0m after the hour ending at the next hour (non-inclusive). 0 corresponds to 00:00 UTC, 23 corresponds to 23:00 UTC. Specifying 0, 1 means the 00:00 - 02:00 UTC time range.