notificationConfigs

@JvmName(name = "rngxohqqhhfmhvlt")
suspend fun notificationConfigs(value: Output<List<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "wxupvgmvkgyljlso")
suspend fun notificationConfigs(value: List<Hl7StoreNotificationConfigsArgs>?)

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. Structure is documented below.


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


@JvmName(name = "cahredutawymsyox")
suspend fun notificationConfigs(values: List<Output<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "dganiwexgvbrmeqm")
suspend fun notificationConfigs(vararg values: Hl7StoreNotificationConfigsArgs)

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. Structure is documented below.


@JvmName(name = "cvjjfavwwuvrbmge")
suspend fun notificationConfigs(argument: List<suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit>)
@JvmName(name = "faecwrpvgejfxotg")
suspend fun notificationConfigs(vararg argument: suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit)
@JvmName(name = "qcnydpmrpkojosqy")
suspend fun notificationConfigs(argument: suspend Hl7StoreNotificationConfigsArgsBuilder.() -> 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. Structure is documented below.