weekdays

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

Parameters

value

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


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


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

Parameters

values

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