notificationConfigs

@JvmName(name = "cxggydtsiejrdrqh")
suspend fun notificationConfigs(value: Output<List<FhirStoreNotificationConfigArgs>>)
@JvmName(name = "akdkeoxagmqhqkpn")
suspend fun notificationConfigs(value: List<FhirStoreNotificationConfigArgs>?)

Parameters

value

A list of notifcation configs that configure the notification for every resource mutation in this FHIR store.


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


@JvmName(name = "jsokkqmgqrpkwvbv")
suspend fun notificationConfigs(values: List<Output<FhirStoreNotificationConfigArgs>>)
@JvmName(name = "tyocwkofppgloxjk")
suspend fun notificationConfigs(vararg values: FhirStoreNotificationConfigArgs)

Parameters

values

A list of notifcation configs that configure the notification for every resource mutation in this FHIR store.


@JvmName(name = "aypthfeaknnbmndx")
suspend fun notificationConfigs(argument: List<suspend FhirStoreNotificationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "vddwlflckyifahjs")
suspend fun notificationConfigs(vararg argument: suspend FhirStoreNotificationConfigArgsBuilder.() -> Unit)
@JvmName(name = "gkcoxevpwsjfoxtx")
suspend fun notificationConfigs(argument: suspend FhirStoreNotificationConfigArgsBuilder.() -> Unit)

Parameters

argument

A list of notifcation configs that configure the notification for every resource mutation in this FHIR store.