Class HealthcareFhirStoreConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.healthcare_fhir_store.HealthcareFhirStoreConfig.Jsii$Proxy
-
- All Implemented Interfaces:
HealthcareFhirStoreConfig,com.hashicorp.cdktf.TerraformMetaArguments,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HealthcareFhirStoreConfig
@Stability(Stable) @Internal public static final class HealthcareFhirStoreConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HealthcareFhirStoreConfig
An implementation forHealthcareFhirStoreConfig
-
-
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.HealthcareFhirStoreConfig
HealthcareFhirStoreConfig.Builder, HealthcareFhirStoreConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(HealthcareFhirStoreConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreConfig.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)StringgetComplexDataTypeReferenceParsing()Enable parsing of references within complex FHIR data types such as Extensions.ObjectgetConnection()ObjectgetCount()StringgetDataset()Identifies the dataset addressed by this request.ObjectgetDefaultSearchHandlingStrict()If true, overrides the default search behavior for this FHIR store to handling=strict which returns an error for unrecognized search parameters.List<com.hashicorp.cdktf.ITerraformDependable>getDependsOn()ObjectgetDisableReferentialIntegrity()Whether to disable referential integrity in this FHIR store.ObjectgetDisableResourceVersioning()Whether to disable resource versioning for this FHIR store.ObjectgetEnableHistoryImport()Whether to allow the bulk import API to accept history bundles and directly insert historical resource versions into the FHIR store.ObjectgetEnableUpdateCreate()Whether this FHIR store has the updateCreate capability.com.hashicorp.cdktf.ITerraformIteratorgetForEach()StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#id HealthcareFhirStore#id}.Map<String,String>getLabels()User-supplied key-value pairs used to organize FHIR stores.com.hashicorp.cdktf.TerraformResourceLifecyclegetLifecycle()StringgetName()The resource name for the FhirStore.HealthcareFhirStoreNotificationConfiggetNotificationConfig()notification_config block.ObjectgetNotificationConfigs()notification_configs block.com.hashicorp.cdktf.TerraformProvidergetProvider()List<Object>getProvisioners()ObjectgetStreamConfigs()stream_configs block.HealthcareFhirStoreTimeoutsgetTimeouts()timeouts block.StringgetVersion()The FHIR specification version.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(HealthcareFhirStoreConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theHealthcareFhirStoreConfig.Builder.
-
-
Method Detail
-
getDataset
public final String getDataset()
Description copied from interface:HealthcareFhirStoreConfigIdentifies the dataset addressed by this request. Must be in the format 'projects/{project}/locations/{location}/datasets/{dataset}'.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#dataset HealthcareFhirStore#dataset}
- Specified by:
getDatasetin interfaceHealthcareFhirStoreConfig
-
getName
public final String getName()
Description copied from interface:HealthcareFhirStoreConfigThe resource name for the FhirStore.** Changing this property may recreate the FHIR store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#name HealthcareFhirStore#name}
- Specified by:
getNamein interfaceHealthcareFhirStoreConfig
-
getVersion
public final String getVersion()
Description copied from interface:HealthcareFhirStoreConfigThe FHIR specification version. Possible values: ["DSTU2", "STU3", "R4"].Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#version HealthcareFhirStore#version}
- Specified by:
getVersionin interfaceHealthcareFhirStoreConfig
-
getComplexDataTypeReferenceParsing
public final String getComplexDataTypeReferenceParsing()
Description copied from interface:HealthcareFhirStoreConfigEnable parsing of references within complex FHIR data types such as Extensions.If this value is set to ENABLED, then features like referential integrity and Bundle reference rewriting apply to all references. If this flag has not been specified the behavior of the FHIR store will not change, references in complex data types will not be parsed. New stores will have this value set to ENABLED by default after a notification period. Warning: turning on this flag causes processing existing resources to fail if they contain references to non-existent resources. Possible values: ["COMPLEX_DATA_TYPE_REFERENCE_PARSING_UNSPECIFIED", "DISABLED", "ENABLED"] Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#complex_data_type_reference_parsing HealthcareFhirStore#complex_data_type_reference_parsing}
- Specified by:
getComplexDataTypeReferenceParsingin interfaceHealthcareFhirStoreConfig
-
getDefaultSearchHandlingStrict
public final Object getDefaultSearchHandlingStrict()
Description copied from interface:HealthcareFhirStoreConfigIf true, overrides the default search behavior for this FHIR store to handling=strict which returns an error for unrecognized search parameters.If false, uses the FHIR specification default handling=lenient which ignores unrecognized search parameters. The handling can always be changed from the default on an individual API call by setting the HTTP header Prefer: handling=strict or Prefer: handling=lenient. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#default_search_handling_strict HealthcareFhirStore#default_search_handling_strict}
- Specified by:
getDefaultSearchHandlingStrictin interfaceHealthcareFhirStoreConfig
-
getDisableReferentialIntegrity
public final Object getDisableReferentialIntegrity()
Description copied from interface:HealthcareFhirStoreConfigWhether to disable referential integrity in this FHIR store.This field is immutable after FHIR store creation. The default value is false, meaning that the API will enforce referential integrity and fail the requests that will result in inconsistent state in the FHIR store. When this field is set to true, the API will skip referential integrity check. Consequently, operations that rely on references, such as Patient.get$everything, will not return all the results if broken references exist. ** Changing this property may recreate the FHIR store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#disable_referential_integrity HealthcareFhirStore#disable_referential_integrity}
- Specified by:
getDisableReferentialIntegrityin interfaceHealthcareFhirStoreConfig
-
getDisableResourceVersioning
public final Object getDisableResourceVersioning()
Description copied from interface:HealthcareFhirStoreConfigWhether to disable resource versioning for this FHIR store.This field can not be changed after the creation of FHIR store. If set to false, which is the default behavior, all write operations will cause historical versions to be recorded automatically. The historical versions can be fetched through the history APIs, but cannot be updated. If set to true, no historical versions will be kept. The server will send back errors for attempts to read the historical versions. ** Changing this property may recreate the FHIR store (removing all data) ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#disable_resource_versioning HealthcareFhirStore#disable_resource_versioning}
- Specified by:
getDisableResourceVersioningin interfaceHealthcareFhirStoreConfig
-
getEnableHistoryImport
public final Object getEnableHistoryImport()
Description copied from interface:HealthcareFhirStoreConfigWhether to allow the bulk import API to accept history bundles and directly insert historical resource versions into the FHIR store.Importing resource histories creates resource interactions that appear to have occurred in the past, which clients may not want to allow. If set to false, history bundles within an import will fail with an error. ** Changing this property may recreate the FHIR store (removing all data) ** ** This property can be changed manually in the Google Cloud Healthcare admin console without recreating the FHIR store ** Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#enable_history_import HealthcareFhirStore#enable_history_import}
- Specified by:
getEnableHistoryImportin interfaceHealthcareFhirStoreConfig
-
getEnableUpdateCreate
public final Object getEnableUpdateCreate()
Description copied from interface:HealthcareFhirStoreConfigWhether this FHIR store has the updateCreate capability.This determines if the client can use an Update operation to create a new resource with a client-specified ID. If false, all IDs are server-assigned through the Create operation and attempts to Update a non-existent resource will return errors. Please treat the audit logs with appropriate levels of care if client-specified resource IDs contain sensitive data such as patient identifiers, those IDs will be part of the FHIR resource path recorded in Cloud audit logs and Cloud Pub/Sub notifications. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#enable_update_create HealthcareFhirStore#enable_update_create}
- Specified by:
getEnableUpdateCreatein interfaceHealthcareFhirStoreConfig
-
getId
public final String getId()
Description copied from interface:HealthcareFhirStoreConfigDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#id HealthcareFhirStore#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
- Specified by:
getIdin interfaceHealthcareFhirStoreConfig
-
getLabels
public final Map<String,String> getLabels()
Description copied from interface:HealthcareFhirStoreConfigUser-supplied key-value pairs used to organize FHIR stores.Label keys must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}][\p{Ll}\p{Lo}\p{N}_-]{0,62} Label values are optional, must be between 1 and 63 characters long, have a UTF-8 encoding of maximum 128 bytes, and must conform to the following PCRE regular expression: [\p{Ll}\p{Lo}\p{N}_-]{0,63} No more than 64 labels can be associated with a given store. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }. **Note**: This field is non-authoritative, and will only manage the labels present in your configuration. Please refer to the field 'effective_labels' for all of the labels present on the resource. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#labels HealthcareFhirStore#labels}
- Specified by:
getLabelsin interfaceHealthcareFhirStoreConfig
-
getNotificationConfig
public final HealthcareFhirStoreNotificationConfig getNotificationConfig()
Description copied from interface:HealthcareFhirStoreConfignotification_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#notification_config HealthcareFhirStore#notification_config}
- Specified by:
getNotificationConfigin interfaceHealthcareFhirStoreConfig
-
getNotificationConfigs
public final Object getNotificationConfigs()
Description copied from interface:HealthcareFhirStoreConfignotification_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#notification_configs HealthcareFhirStore#notification_configs}
- Specified by:
getNotificationConfigsin interfaceHealthcareFhirStoreConfig
-
getStreamConfigs
public final Object getStreamConfigs()
Description copied from interface:HealthcareFhirStoreConfigstream_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#stream_configs HealthcareFhirStore#stream_configs}
- Specified by:
getStreamConfigsin interfaceHealthcareFhirStoreConfig
-
getTimeouts
public final HealthcareFhirStoreTimeouts getTimeouts()
Description copied from interface:HealthcareFhirStoreConfigtimeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#timeouts HealthcareFhirStore#timeouts}
- Specified by:
getTimeoutsin interfaceHealthcareFhirStoreConfig
-
getConnection
public final Object getConnection()
- Specified by:
getConnectionin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getCount
public final Object getCount()
- Specified by:
getCountin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getDependsOn
public final List<com.hashicorp.cdktf.ITerraformDependable> getDependsOn()
- Specified by:
getDependsOnin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getForEach
public final com.hashicorp.cdktf.ITerraformIterator getForEach()
- Specified by:
getForEachin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getLifecycle
public final com.hashicorp.cdktf.TerraformResourceLifecycle getLifecycle()
- Specified by:
getLifecyclein interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvider
public final com.hashicorp.cdktf.TerraformProvider getProvider()
- Specified by:
getProviderin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
getProvisioners
public final List<Object> getProvisioners()
- Specified by:
getProvisionersin interfacecom.hashicorp.cdktf.TerraformMetaArguments
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-