repeatWeekdays

@JvmName(name = "hvwcbddnvsaxyeem")
suspend fun repeatWeekdays(value: Output<List<String>>)
@JvmName(name = "ivddqubedwrrwxml")
suspend fun repeatWeekdays(value: List<String>?)

Parameters

value

The days of the week on which to create automatic snapshots. Valid values: 1 to 7, which correspond to the days of the week. For example, 1 indicates Monday. One or more days can be specified.


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


@JvmName(name = "ggajhorvygwshedu")
suspend fun repeatWeekdays(values: List<Output<String>>)
@JvmName(name = "hsmjavukaxyfnypt")
suspend fun repeatWeekdays(vararg values: String)

Parameters

values

The days of the week on which to create automatic snapshots. Valid values: 1 to 7, which correspond to the days of the week. For example, 1 indicates Monday. One or more days can be specified.