notificationConfigs

@JvmName(name = "tcsrvcwgtgkjeptn")
suspend fun notificationConfigs(value: Output<List<Hl7V2NotificationConfigArgs>>)
@JvmName(name = "oxdieccsjwncvfif")
suspend fun notificationConfigs(value: List<Hl7V2NotificationConfigArgs>?)

Parameters

value

A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.


@JvmName(name = "urptiwundmltujks")
suspend fun notificationConfigs(vararg values: Output<Hl7V2NotificationConfigArgs>)


@JvmName(name = "jqlgxbyagsbkuxvu")
suspend fun notificationConfigs(values: List<Output<Hl7V2NotificationConfigArgs>>)
@JvmName(name = "ltstpmqmgpfveemp")
suspend fun notificationConfigs(vararg values: Hl7V2NotificationConfigArgs)

Parameters

values

A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.


@JvmName(name = "tickvfkymnndmhta")
suspend fun notificationConfigs(argument: List<suspend Hl7V2NotificationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "bfxgexochfqfdgyi")
suspend fun notificationConfigs(vararg argument: suspend Hl7V2NotificationConfigArgsBuilder.() -> Unit)
@JvmName(name = "ksgekwdsoxaucqah")
suspend fun notificationConfigs(argument: suspend Hl7V2NotificationConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of notification configs. Each configuration uses a filter to determine whether to publish a message (both Ingest & Create) on the corresponding notification destination. Only the message name is sent as part of the notification. Supplied by the client.