notificationChannels

@JvmName(name = "elkontqanvpgfmpr")
suspend fun notificationChannels(value: Output<List<String>>)
@JvmName(name = "xqhbvkubyeygqaay")
suspend fun notificationChannels(value: List<String>?)

Parameters

value

Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the notificationChannels.list method. The syntax of the entries in this field is 'projects/PROJECT_ID/notificationChannels/CHANNEL_ID'


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


@JvmName(name = "rcshlhaxdxdqptjn")
suspend fun notificationChannels(values: List<Output<String>>)
@JvmName(name = "dheddfvyvieyhlvv")
suspend fun notificationChannels(vararg values: String)

Parameters

values

Identifies the notification channels to which notifications should be sent when incidents are opened or closed or when new violations occur on an already opened incident. Each element of this array corresponds to the name field in each of the NotificationChannel objects that are returned from the notificationChannels.list method. The syntax of the entries in this field is 'projects/PROJECT_ID/notificationChannels/CHANNEL_ID'