HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.complexDataTypeReferenceParsing(String complexDataTypeReferenceParsing) |
Enable parsing of references within complex FHIR data types such as Extensions.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.connection(com.hashicorp.cdktf.SSHProvisionerConnection connection) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.count(com.hashicorp.cdktf.TerraformCount count) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.count(Number count) |
|
static HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.create(software.constructs.Construct scope,
String id) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.dataset(String dataset) |
Identifies the dataset addressed by this request.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.defaultSearchHandlingStrict(com.hashicorp.cdktf.IResolvable defaultSearchHandlingStrict) |
If true, overrides the default search behavior for this FHIR store to handling=strict which returns an error for unrecognized search parameters.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.defaultSearchHandlingStrict(Boolean defaultSearchHandlingStrict) |
If true, overrides the default search behavior for this FHIR store to handling=strict which returns an error for unrecognized search parameters.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.disableReferentialIntegrity(com.hashicorp.cdktf.IResolvable disableReferentialIntegrity) |
Whether to disable referential integrity in this FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.disableReferentialIntegrity(Boolean disableReferentialIntegrity) |
Whether to disable referential integrity in this FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.disableResourceVersioning(com.hashicorp.cdktf.IResolvable disableResourceVersioning) |
Whether to disable resource versioning for this FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.disableResourceVersioning(Boolean disableResourceVersioning) |
Whether to disable resource versioning for this FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.enableHistoryImport(com.hashicorp.cdktf.IResolvable enableHistoryImport) |
Whether to allow the bulk import API to accept history bundles and directly insert historical resource versions into the FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.enableHistoryImport(Boolean enableHistoryImport) |
Whether to allow the bulk import API to accept history bundles and directly insert historical resource versions into the FHIR store.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.enableUpdateCreate(com.hashicorp.cdktf.IResolvable enableUpdateCreate) |
Whether this FHIR store has the updateCreate capability.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.enableUpdateCreate(Boolean enableUpdateCreate) |
Whether this FHIR store has the updateCreate capability.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.forEach(com.hashicorp.cdktf.ITerraformIterator forEach) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.id(String id) |
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/healthcare_fhir_store#id HealthcareFhirStore#id}.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.labels(Map<String,String> labels) |
User-supplied key-value pairs used to organize FHIR stores.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.name(String name) |
The resource name for the FhirStore.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.notificationConfig(HealthcareFhirStoreNotificationConfig notificationConfig) |
notification_config block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.notificationConfigs(com.hashicorp.cdktf.IResolvable notificationConfigs) |
notification_configs block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.notificationConfigs(List<? extends HealthcareFhirStoreNotificationConfigs> notificationConfigs) |
notification_configs block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.provider(com.hashicorp.cdktf.TerraformProvider provider) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.provisioners(List<? extends Object> provisioners) |
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.streamConfigs(com.hashicorp.cdktf.IResolvable streamConfigs) |
stream_configs block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.streamConfigs(List<? extends HealthcareFhirStoreStreamConfigs> streamConfigs) |
stream_configs block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.timeouts(HealthcareFhirStoreTimeouts timeouts) |
timeouts block.
|
HealthcareFhirStore.Builder |
HealthcareFhirStore.Builder.version(String version) |
The FHIR specification version.
|