daysOfMonths

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


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