notificationConfigs

@JvmName(name = "ajndfhoxalvhmlor")
suspend fun notificationConfigs(value: Output<List<FhirStoreNotificationConfigArgs>>)
@JvmName(name = "pgjvdtbpcqkcbaqi")
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. Structure is documented below.


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


@JvmName(name = "mvgklvtbcegqgjuh")
suspend fun notificationConfigs(values: List<Output<FhirStoreNotificationConfigArgs>>)
@JvmName(name = "rakrtjwyxnwlybmk")
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. Structure is documented below.


@JvmName(name = "numexibkedvpadhr")
suspend fun notificationConfigs(argument: List<suspend FhirStoreNotificationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "kathsmirhdhsxepn")
suspend fun notificationConfigs(vararg argument: suspend FhirStoreNotificationConfigArgsBuilder.() -> Unit)
@JvmName(name = "ijeehuneywmspnxo")
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. Structure is documented below.