months

@JvmName(name = "aifbnypasioiwxpg")
suspend fun months(value: Output<List<String>>)
@JvmName(name = "jkclfxapukwcaove")
suspend fun months(value: List<String>)

Parameters

value

The months of the year to retain backups of. Possible values are January, February, March, April, May, June, July, August, September, October, November and December.


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


@JvmName(name = "iiieccwpbncofmyg")
suspend fun months(values: List<Output<String>>)
@JvmName(name = "ixqfvqhflmnkyuwt")
suspend fun months(vararg values: String)

Parameters

values

The months of the year to retain backups of. Possible values are January, February, March, April, May, June, July, August, September, October, November and December.