notificationConfig

@JvmName(name = "qqroytyospejmdbp")
suspend fun notificationConfig(value: Output<NotificationConfigArgs>)
@JvmName(name = "dbwaocfyowyfhgey")
suspend fun notificationConfig(value: NotificationConfigArgs?)

Parameters

value

The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.


@JvmName(name = "pawrxpacriflgpqv")
suspend fun notificationConfig(argument: suspend NotificationConfigArgsBuilder.() -> Unit)

Parameters

argument

The notification destination all messages (both Ingest & Create) are published on. Only the message name is sent as part of the notification. If this is unset, no notifications are sent. Supplied by the client.