notifications

@JvmName(name = "peqxigeskxaveabp")
suspend fun notifications(value: Output<Map<String, NotificationArgs>>)
@JvmName(name = "edxkxthajlfnpcrn")
suspend fun notifications(value: Map<String, NotificationArgs>?)

Parameters

value

Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.

  • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.

  • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.


@JvmName(name = "tdlrvlllhaerideb")
suspend fun notifications(vararg argument: Pair<String, suspend NotificationArgsBuilder.() -> Unit>)

Parameters

argument

Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.

  • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.

  • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.


@JvmName(name = "oijtplejcbkvuyin")
fun notifications(vararg values: Pair<String, NotificationArgs>)

Parameters

values

Dictionary of notifications associated with the budget. Supported for CategoryType(s): Cost, ReservationUtilization.

  • Constraints for CategoryType: Cost - Budget can have up to 5 notifications with thresholdType: Actual and 5 notifications with thresholdType: Forecasted.

  • Constraints for CategoryType: ReservationUtilization - Only one notification allowed. thresholdType is not applicable.