DeidentifiedStoreDestinationArgs

data class DeidentifiedStoreDestinationArgs(val config: Output<DeidentifyConfigArgs>? = null, val store: Output<String>? = null) : ConvertibleToJava<DeidentifiedStoreDestinationArgs>

Contains configuration for streaming de-identified FHIR export.

Constructors

Link copied to clipboard
fun DeidentifiedStoreDestinationArgs(config: Output<DeidentifyConfigArgs>? = null, store: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): DeidentifiedStoreDestinationArgs

Properties

Link copied to clipboard
val config: Output<DeidentifyConfigArgs>? = null

The configuration to use when de-identifying resources that are added to this store.

Link copied to clipboard
val store: Output<String>? = null

The full resource name of a Cloud Healthcare FHIR store, for example, projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/fhirStores/{fhir_store_id}.