Class HealthcareFhirStoreStreamConfigs.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.healthcare_fhir_store.HealthcareFhirStoreStreamConfigs.Jsii$Proxy
-
- All Implemented Interfaces:
HealthcareFhirStoreStreamConfigs,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HealthcareFhirStoreStreamConfigs
@Stability(Stable) @Internal public static final class HealthcareFhirStoreStreamConfigs.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthcareFhirStoreStreamConfigs
An implementation forHealthcareFhirStoreStreamConfigs
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.healthcare_fhir_store.HealthcareFhirStoreStreamConfigs
HealthcareFhirStoreStreamConfigs.Builder, HealthcareFhirStoreStreamConfigs.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HealthcareFhirStoreStreamConfigs.Builder builder)Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreStreamConfigs.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)HealthcareFhirStoreStreamConfigsBigqueryDestinationgetBigqueryDestination()bigquery_destination block.List<String>getResourceTypes()Supply a FHIR resource type (such as "Patient" or "Observation").inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(HealthcareFhirStoreStreamConfigs.Builder builder)
Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreStreamConfigs.Builder.
-
-
Method Detail
-
getBigqueryDestination
public final HealthcareFhirStoreStreamConfigsBigqueryDestination getBigqueryDestination()
Description copied from interface:HealthcareFhirStoreStreamConfigsbigquery_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}
- Specified by:
getBigqueryDestinationin interfaceHealthcareFhirStoreStreamConfigs
-
getResourceTypes
public final List<String> getResourceTypes()
Description copied from interface:HealthcareFhirStoreStreamConfigsSupply 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}
- Specified by:
getResourceTypesin interfaceHealthcareFhirStoreStreamConfigs
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-