weeksOfMonths

@JvmName(name = "nhqhpbukpvsqbuxp")
suspend fun weeksOfMonths(value: Output<List<String>>)
@JvmName(name = "rvuwbirnqdpijxib")
suspend fun weeksOfMonths(value: List<String>?)

Parameters

value

Specifies a list of weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with days_of_week. Possible values are First, Fourth, Last, Second and Third.


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


@JvmName(name = "gfpgjnaritqfipmb")
suspend fun weeksOfMonths(values: List<Output<String>>)
@JvmName(name = "ifoockujqerhmukn")
suspend fun weeksOfMonths(vararg values: String)

Parameters

values

Specifies a list of weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with days_of_week. Possible values are First, Fourth, Last, Second and Third.