timeInWeek

@JvmName(name = "yfwxucpriaicstdu")
suspend fun timeInWeek(value: Output<List<TimeInWeekArgs>>)
@JvmName(name = "shmrtdrkqyevsjvk")
suspend fun timeInWeek(value: List<TimeInWeekArgs>?)

Parameters

value

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.


@JvmName(name = "dbcbscutpubslmcl")
suspend fun timeInWeek(vararg values: Output<TimeInWeekArgs>)


@JvmName(name = "aqjhliaycwmvbdac")
suspend fun timeInWeek(values: List<Output<TimeInWeekArgs>>)
@JvmName(name = "vtfxmifrxgwdnrws")
suspend fun timeInWeek(vararg values: TimeInWeekArgs)

Parameters

values

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.


@JvmName(name = "ooejyjaodwmksodu")
suspend fun timeInWeek(argument: List<suspend TimeInWeekArgsBuilder.() -> Unit>)
@JvmName(name = "dcnwaaogevohbkrn")
suspend fun timeInWeek(vararg argument: suspend TimeInWeekArgsBuilder.() -> Unit)
@JvmName(name = "pdudypoablxdqvpc")
suspend fun timeInWeek(argument: suspend TimeInWeekArgsBuilder.() -> Unit)

Parameters

argument

If two array entries specify the same day of the week, the applied configuration is the union of times in both entries.