FhirStoreArgs

fun FhirStoreArgs(complexDataTypeReferenceParsing: Output<FhirStoreComplexDataTypeReferenceParsing>? = null, datasetId: Output<String>? = null, defaultSearchHandlingStrict: Output<Boolean>? = null, disableReferentialIntegrity: Output<Boolean>? = null, disableResourceVersioning: Output<Boolean>? = null, enableUpdateCreate: Output<Boolean>? = null, fhirStoreId: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, notificationConfig: Output<NotificationConfigArgs>? = null, notificationConfigs: Output<List<FhirNotificationConfigArgs>>? = null, project: Output<String>? = null, searchConfig: Output<SearchConfigArgs>? = null, streamConfigs: Output<List<StreamConfigArgs>>? = null, validationConfig: Output<ValidationConfigArgs>? = null, version: Output<FhirStoreVersion>? = null)