notifications

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


@JvmName(name = "ylbdnuxwpcuvruhu")
suspend fun notifications(values: List<Output<BudgetNotificationArgs>>)
@JvmName(name = "lyjbsrcfkxfptdna")
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 = "etvheldpfurwavyl")
suspend fun notifications(argument: List<suspend BudgetNotificationArgsBuilder.() -> Unit>)
@JvmName(name = "gtnteninhaawlybu")
suspend fun notifications(vararg argument: suspend BudgetNotificationArgsBuilder.() -> Unit)
@JvmName(name = "svsyuriqslnsbtkv")
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.