notificationConfigs

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


@JvmName(name = "fhauxlrhiiqkpixk")
suspend fun notificationConfigs(values: List<Output<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "sjbvrmabuswvrnya")
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 = "aefonhalslicybur")
suspend fun notificationConfigs(argument: List<suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit>)
@JvmName(name = "cpwdcyavoywqgrpb")
suspend fun notificationConfigs(vararg argument: suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit)
@JvmName(name = "nbhhuatkymkrjcjv")
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.