hours

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


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