FhirStoreStreamConfigArgs

data class FhirStoreStreamConfigArgs(val bigqueryDestination: Output<FhirStoreStreamConfigBigqueryDestinationArgs>, val resourceTypes: Output<List<String>>? = null) : ConvertibleToJava<FhirStoreStreamConfigArgs>

Constructors

Link copied to clipboard
constructor(bigqueryDestination: Output<FhirStoreStreamConfigBigqueryDestinationArgs>, resourceTypes: Output<List<String>>? = null)

Properties

Link copied to clipboard

The destination BigQuery structure that contains both the dataset location and corresponding schema config. The output is organized in one table per resource type. The server reuses the existing tables (if any) that are named after the resource types, e.g. "Patient", "Observation". When there is no existing table for a given resource type, the server attempts to create one. See the streaming config reference for more details. Structure is documented below.

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

Supply a FHIR resource type (such as "Patient" or "Observation"). See https://www.hl7.org/fhir/valueset-resource-types.html for a list of all FHIR resource types. The server treats an empty list as an intent to stream all the supported resource types in this FHIR store.

Functions

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