monitoringNotificationChannels

@JvmName(name = "njpggujcvwlycwhc")
suspend fun monitoringNotificationChannels(value: Output<List<String>>)
@JvmName(name = "pltovccwuyiqiqdo")
suspend fun monitoringNotificationChannels(value: List<String>?)

Parameters

value

Optional. Targets to send notifications to when a threshold is exceeded. This is in addition to default recipients who have billing account IAM roles. The value is the full REST resource name of a monitoring notification channel with the form projects/{project_id}/notificationChannels/{channel_id}. A maximum of 5 channels are allowed. See https://cloud.google.com/billing/docs/how-to/budgets-notification-recipients for more details.


@JvmName(name = "japuxwkrucpikifi")
suspend fun monitoringNotificationChannels(vararg values: Output<String>)


@JvmName(name = "kqjtghlruwsuwnfq")
suspend fun monitoringNotificationChannels(values: List<Output<String>>)
@JvmName(name = "byohofpitbbrwucy")
suspend fun monitoringNotificationChannels(vararg values: String)

Parameters

values

Optional. Targets to send notifications to when a threshold is exceeded. This is in addition to default recipients who have billing account IAM roles. The value is the full REST resource name of a monitoring notification channel with the form projects/{project_id}/notificationChannels/{channel_id}. A maximum of 5 channels are allowed. See https://cloud.google.com/billing/docs/how-to/budgets-notification-recipients for more details.