days

@JvmName(name = "ftcfafaoyxbiytay")
suspend fun days(value: Output<List<DayOfWeek>>)
@JvmName(name = "sfpgctehqpirokxk")
suspend fun days(value: List<DayOfWeek>)

Parameters

value

The days of the week when this schedule is applicable.


@JvmName(name = "dcddschggmmbeqvv")
suspend fun days(vararg values: Output<DayOfWeek>)


@JvmName(name = "limgdkoblcrcrvvd")
suspend fun days(values: List<Output<DayOfWeek>>)
@JvmName(name = "tojcjukcfeacydey")
suspend fun days(vararg values: DayOfWeek)

Parameters

values

The days of the week when this schedule is applicable.