hours

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


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