hours

@JvmName(name = "cmxuniogihjmnaha")
suspend fun hours(value: Output<List<Int>>)
@JvmName(name = "asjyffbkemowmbre")
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 = "jehwwcllflkwxhng")
suspend fun hours(vararg values: Output<Int>)


@JvmName(name = "drujkrfccwfmpeqj")
suspend fun hours(values: List<Output<Int>>)
@JvmName(name = "mwitjjfhyfcqfmco")
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).