Values.CreateFHIRDatastoreRequestSourceCreate a FHIR-enabled data store.
type nonrec t = {datastoreName : DatastoreName.t option;The data store name (user-generated).
*)datastoreTypeVersion : FHIRVersion.t;The FHIR release version supported by the data store. Current support is for version R4.
*)sseConfiguration : SseConfiguration.t option;The server-side encryption key configuration for a customer-provided encryption key specified for creating a data store.
*)preloadDataConfig : PreloadDataConfig.t option;An optional parameter to preload (import) open source Synthea FHIR data upon creation of the data store.
*)clientToken : ClientTokenString.t option;An optional user-provided token to ensure API idempotency.
*)identityProviderConfiguration : IdentityProviderConfiguration.t option;The identity provider configuration to use for the data store.
*)}val make :
?datastoreName:??? ->
?sseConfiguration:??? ->
?preloadDataConfig:??? ->
?clientToken:??? ->
?tags:??? ->
?identityProviderConfiguration:??? ->
datastoreTypeVersion:FHIRVersion.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of DatastoreName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `Enum of string
| `String of ConfigurationMetadata.t
| `Structure of
(string * [> `Enum of string | `String of EncryptionKeyID.t ])
list ])
list ])
list ]