weeksOfMonths

@JvmName(name = "pxrucobkuepovlfx")
suspend fun weeksOfMonths(value: Output<List<String>>)
@JvmName(name = "fbvscielliwpfmhp")
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.


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


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