weeksOfMonth

@JvmName(name = "kcpjarxmfrwomqsq")
suspend fun weeksOfMonth(value: Output<List<Either<String, WeeksOfMonth>>>)
@JvmName(name = "lhuieqmildtaivjr")
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 = "lnoefncjuoseenno")
suspend fun weeksOfMonth(vararg values: Output<Either<String, WeeksOfMonth>>)


@JvmName(name = "tdqjewtkopiccskv")
suspend fun weeksOfMonth(values: List<Output<Either<String, WeeksOfMonth>>>)
@JvmName(name = "gymcjsrotsogtcae")
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.