notifications

@JvmName(name = "jxoqmjxhvwymcrwx")
suspend fun notifications(value: Output<List<BudgetNotificationArgs>>)
@JvmName(name = "rgbqkupwtpfdmsbs")
suspend fun notifications(value: List<BudgetNotificationArgs>?)

Parameters

value

Object containing Budget Notifications. Can be used multiple times to define more than one budget notification.


@JvmName(name = "qlciupjiweagsxei")
suspend fun notifications(vararg values: Output<BudgetNotificationArgs>)


@JvmName(name = "jfiqfdciejfhvmgl")
suspend fun notifications(values: List<Output<BudgetNotificationArgs>>)
@JvmName(name = "vgwysnahihffwhwk")
suspend fun notifications(vararg values: BudgetNotificationArgs)

Parameters

values

Object containing Budget Notifications. Can be used multiple times to define more than one budget notification.


@JvmName(name = "jsddsumhybxlkged")
suspend fun notifications(argument: List<suspend BudgetNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "nonwpkgrrubqrkbr")
suspend fun notifications(vararg argument: suspend BudgetNotificationArgsBuilder.() -> Unit)
@JvmName(name = "hyovffmnbxjuuplp")
suspend fun notifications(argument: suspend BudgetNotificationArgsBuilder.() -> Unit)

Parameters

argument

Object containing Budget Notifications. Can be used multiple times to define more than one budget notification.