months

@JvmName(name = "wpqospucmijxdpyk")
suspend fun months(value: Output<List<String>>)
@JvmName(name = "apexugilxaqskxtd")
suspend fun months(value: List<String>?)

Parameters

value

Specifies values of months Each value may be one of: MONTH_UNSPECIFIED, JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER.


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


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

Parameters

values

Specifies values of months Each value may be one of: MONTH_UNSPECIFIED, JANUARY, FEBRUARY, MARCH, APRIL, MAY, JUNE, JULY, AUGUST, SEPTEMBER, OCTOBER, NOVEMBER, DECEMBER.