weeksOfMonths

@JvmName(name = "clwrykewgbprgvdg")
suspend fun weeksOfMonths(value: Output<List<String>>)
@JvmName(name = "jetbrrwrbcvwhudk")
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 = "dejyndjdibqeumsq")
suspend fun weeksOfMonths(vararg values: Output<String>)


@JvmName(name = "oskcslqllaifnvnf")
suspend fun weeksOfMonths(values: List<Output<String>>)
@JvmName(name = "nlrwgyelpsdhbcyp")
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.