weekdays

@JvmName(name = "lvgjcnqevaupjpvj")
suspend fun weekdays(value: Output<List<String>>)
@JvmName(name = "pbqeylggynttyvxc")
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 = "qrupjbqilajfsbse")
suspend fun weekdays(vararg values: Output<String>)


@JvmName(name = "ynmagxsviwyoqyjd")
suspend fun weekdays(values: List<Output<String>>)
@JvmName(name = "vplxsmfgmchegyif")
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.