notifications

@JvmName(name = "wtiunmdvdksddkxr")
suspend fun notifications(value: Output<List<BudgetNotificationArgs>>)
@JvmName(name = "lcblkktwnnyralwh")
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 = "vfcuxorturatdcet")
suspend fun notifications(vararg values: Output<BudgetNotificationArgs>)


@JvmName(name = "gfhmyprlirjxnnyi")
suspend fun notifications(values: List<Output<BudgetNotificationArgs>>)
@JvmName(name = "wifilpmmccaiivcc")
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 = "ntupvudvfpakgkrp")
suspend fun notifications(argument: List<suspend BudgetNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "vuwipwlrcokjjwig")
suspend fun notifications(vararg argument: suspend BudgetNotificationArgsBuilder.() -> Unit)
@JvmName(name = "llohqswpkexkheig")
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.