Interface HealthcareFhirStoreStreamConfigs
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HealthcareFhirStoreStreamConfigs.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.529Z") @Stability(Stable) public interface HealthcareFhirStoreStreamConfigs extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHealthcareFhirStoreStreamConfigs.BuilderA builder forHealthcareFhirStoreStreamConfigsstatic classHealthcareFhirStoreStreamConfigs.Jsii$ProxyAn implementation forHealthcareFhirStoreStreamConfigs
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HealthcareFhirStoreStreamConfigs.Builderbuilder()HealthcareFhirStoreStreamConfigsBigqueryDestinationgetBigqueryDestination()bigquery_destination block.default List<String>getResourceTypes()Supply a FHIR resource type (such as "Patient" or "Observation").
-
-
-
Method Detail
-
getBigqueryDestination
@Stability(Stable) @NotNull HealthcareFhirStoreStreamConfigsBigqueryDestination getBigqueryDestination()
bigquery_destination block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#bigquery_destination HealthcareFhirStore#bigquery_destination}
-
getResourceTypes
@Stability(Stable) @Nullable default List<String> getResourceTypes()
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. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#resource_types HealthcareFhirStore#resource_types}
-
builder
@Stability(Stable) static HealthcareFhirStoreStreamConfigs.Builder builder()
-
-