notifications

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


@JvmName(name = "sfxfqkqghvdryqcf")
suspend fun notifications(values: List<Output<BudgetNotificationArgs>>)
@JvmName(name = "ktslqyxhrcyswxhj")
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 = "pujylovujjnkvday")
suspend fun notifications(argument: List<suspend BudgetNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "ukfbdgdevxydurnd")
suspend fun notifications(vararg argument: suspend BudgetNotificationArgsBuilder.() -> Unit)
@JvmName(name = "yriygplydoowtegj")
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.