PipelineJobReconciliationPipelineJobArgs

data class PipelineJobReconciliationPipelineJobArgs(val fhirStoreDestination: Output<String>? = null, val matchingUriPrefix: Output<String>, val mergeConfig: Output<PipelineJobReconciliationPipelineJobMergeConfigArgs>) : ConvertibleToJava<PipelineJobReconciliationPipelineJobArgs>

Constructors

Link copied to clipboard
constructor(fhirStoreDestination: Output<String>? = null, matchingUriPrefix: Output<String>, mergeConfig: Output<PipelineJobReconciliationPipelineJobMergeConfigArgs>)

Properties

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

The harmonized FHIR store to write harmonized FHIR resources to, in the format of: project/{projectID}/locations/{locationID}/datasets/{datasetName}/fhirStores/{id}

Link copied to clipboard

Specifies the top level directory of the matching configs used in all mapping pipelines, which extract properties for resources to be matched on. Example: gs://{bucket-id}/{path/to/matching/configs}

Link copied to clipboard

Specifies the location of the reconciliation configuration. Structure is documented below.

Functions

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