weeksOfMonth

@JvmName(name = "yutakuxhpfndsbdl")
suspend fun weeksOfMonth(value: Output<List<Either<String, WeeksOfMonth>>>)
@JvmName(name = "ngtvkfitdajgwmrp")
suspend fun weeksOfMonth(value: List<Either<String, WeeksOfMonth>>?)

Parameters

value

Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek.


@JvmName(name = "tmfblpjyavpcmxxu")
suspend fun weeksOfMonth(vararg values: Output<Either<String, WeeksOfMonth>>)


@JvmName(name = "bumqnvnvicrwdmyr")
suspend fun weeksOfMonth(values: List<Output<Either<String, WeeksOfMonth>>>)
@JvmName(name = "ctdmnpapcjqgahho")
suspend fun weeksOfMonth(vararg values: Either<String, WeeksOfMonth>)

Parameters

values

Weeks in which cost analysis data will be emailed. This property is applicable when frequency is Monthly and used in combination with daysOfWeek.