onTheseDays

@JvmName(name = "nnjksvmrekkcrend")
suspend fun onTheseDays(value: Output<List<String>>)
@JvmName(name = "byxpahbpyvuvnqag")
suspend fun onTheseDays(value: List<String>?)

Parameters

value

Specifies a list of days when the trigger should run. Valid values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.


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


@JvmName(name = "vqjelhdjkirukdxo")
suspend fun onTheseDays(values: List<Output<String>>)
@JvmName(name = "uropapbnqmwsebgp")
suspend fun onTheseDays(vararg values: String)

Parameters

values

Specifies a list of days when the trigger should run. Valid values include Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, and Sunday.