daysOfMonths

@JvmName(name = "xcltsjjnqgndvswb")
suspend fun daysOfMonths(value: Output<List<Int>>)
@JvmName(name = "uwqidwnwqisntfmf")
suspend fun daysOfMonths(value: List<Int>)

Parameters

value

List of the days of the month when the snapshots will be created, valid range is from 1 to 30.


@JvmName(name = "nsfnedboawvxnnyc")
suspend fun daysOfMonths(vararg values: Output<Int>)


@JvmName(name = "bkaswgrrrjujlvtl")
suspend fun daysOfMonths(values: List<Output<Int>>)
@JvmName(name = "pxjhbgdwaudxntje")
suspend fun daysOfMonths(vararg values: Int)

Parameters

values

List of the days of the month when the snapshots will be created, valid range is from 1 to 30.