notificationConfigs

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


@JvmName(name = "oubfwisjvvtdlyiv")
suspend fun notificationConfigs(values: List<Output<Hl7StoreNotificationConfigsArgs>>)
@JvmName(name = "jaorhjsunexdqqxs")
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 = "mgbopoocngmtmvdg")
suspend fun notificationConfigs(argument: List<suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit>)
@JvmName(name = "bdgpxcktahtvpwrd")
suspend fun notificationConfigs(vararg argument: suspend Hl7StoreNotificationConfigsArgsBuilder.() -> Unit)
@JvmName(name = "vycxvtqdrcidyjvo")
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.