repeatWeekdays

@JvmName(name = "cubwngsyjppqnidv")
suspend fun repeatWeekdays(value: Output<List<String>>)
@JvmName(name = "qoairnxdkhswmder")
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 = "qjskeftohsstekfr")
suspend fun repeatWeekdays(vararg values: Output<String>)


@JvmName(name = "vpnffvphabrtcqnk")
suspend fun repeatWeekdays(values: List<Output<String>>)
@JvmName(name = "fostvvjbeblccuhg")
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.