hours

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


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