hours

@JvmName(name = "mycxdiabspsudspl")
suspend fun hours(value: Output<List<Int>>)
@JvmName(name = "gdrypbobpimtsxjh")
suspend fun hours(value: List<Int>)

Parameters

value

A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).


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


@JvmName(name = "rvnklfwaoutnipjc")
suspend fun hours(values: List<Output<Int>>)
@JvmName(name = "lhjbfobmbdqgvvlx")
suspend fun hours(vararg values: Int)

Parameters

values

A collection of hours that the profile takes effect on. Values supported are 0 to 23 on the 24-hour clock (AM/PM times are not supported).