daysOfMonths

@JvmName(name = "luhcbpbqcvnxjcje")
suspend fun daysOfMonths(value: Output<List<Int>>)
@JvmName(name = "uoscxlmopxrqjdrj")
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 = "csegltcatvruyrgp")
suspend fun daysOfMonths(vararg values: Output<Int>)


@JvmName(name = "fdparehmvjfuqixo")
suspend fun daysOfMonths(values: List<Output<Int>>)
@JvmName(name = "osbttuhjrxuckrqp")
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.