notificationConfigs

@JvmName(name = "baaxwsayujjyyyqc")
suspend fun notificationConfigs(value: Output<List<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "qcgaryeteleqgqfb")
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 = "lfyneyiigbtxcxkr")
suspend fun notificationConfigs(vararg values: Output<Hl7StoreNotificationConfigsArgs>)


@JvmName(name = "pmrhtoicafesmksc")
suspend fun notificationConfigs(values: List<Output<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "mfuloipuhnmiqgst")
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 = "yewkflspcblhcqrv")
suspend fun notificationConfigs(argument: List<suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit>)
@JvmName(name = "hlyinbpgliefsgcs")
suspend fun notificationConfigs(vararg argument: suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit)
@JvmName(name = "nihnbmwqwimhhgtl")
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.