Class FhirStoreStreamConfig
- java.lang.Object
-
- com.pulumi.gcp.healthcare.outputs.FhirStoreStreamConfig
-
public final class FhirStoreStreamConfig extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FhirStoreStreamConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description FhirStoreStreamConfigBigqueryDestination
bigqueryDestination()
static FhirStoreStreamConfig.Builder
builder()
static FhirStoreStreamConfig.Builder
builder(FhirStoreStreamConfig defaults)
java.util.List<java.lang.String>
resourceTypes()
-
-
-
Method Detail
-
bigqueryDestination
public FhirStoreStreamConfigBigqueryDestination bigqueryDestination()
- Returns:
- 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](https://cloud.google.com/healthcare/docs/reference/rest/v1beta1/projects.locations.datasets.fhirStores#streamconfig) for more details. Structure is documented below.
-
resourceTypes
public java.util.List<java.lang.String> resourceTypes()
- Returns:
- 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.
-
builder
public static FhirStoreStreamConfig.Builder builder()
-
builder
public static FhirStoreStreamConfig.Builder builder(FhirStoreStreamConfig defaults)
-
-