daysOfWeeks

@JvmName(name = "lhsbrbgusfsxgvle")
suspend fun daysOfWeeks(value: Output<List<String>>)
@JvmName(name = "lonbqeuityrivysj")
suspend fun daysOfWeeks(value: List<String>?)

Parameters

value

Days of the week on which the trigger is scheduled. This value can be specified only with a weekly frequency.


@JvmName(name = "lrgybfytuyfiwvvm")
suspend fun daysOfWeeks(vararg values: Output<String>)


@JvmName(name = "hyplmfbjfeuwmcbm")
suspend fun daysOfWeeks(values: List<Output<String>>)
@JvmName(name = "cqgvnbaxmlhkdxdg")
suspend fun daysOfWeeks(vararg values: String)

Parameters

values

Days of the week on which the trigger is scheduled. This value can be specified only with a weekly frequency.