weekdays

@JvmName(name = "psrbowekogatcdaq")
suspend fun weekdays(value: Output<List<String>>)
@JvmName(name = "kgigjcoxqfueruey")
suspend fun weekdays(value: List<String>?)

Parameters

value

The days of the week to perform backups on. Must be one of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday. This is used when frequency is Weekly.


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


@JvmName(name = "bwkxgxfbqdadsjgj")
suspend fun weekdays(values: List<Output<String>>)
@JvmName(name = "ovjfndakmabmtdjy")
suspend fun weekdays(vararg values: String)

Parameters

values

The days of the week to perform backups on. Must be one of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday. This is used when frequency is Weekly.