Values.DatastorePropertiesSourceThe data store properties.
type nonrec t = {datastoreId : DatastoreId.t option;The data store identifier.
*)datastoreArn : DatastoreArn.t option;The Amazon Resource Name (ARN) used in the creation of the data store.
*)datastoreName : DatastoreName.t option;The data store name.
*)datastoreStatus : DatastoreStatus.t option;The data store status.
*)createdAt : Timestamp.t option;The time the data store was created.
*)datastoreTypeVersion : FHIRVersion.t option;The FHIR release version supported by the data store. Current support is for version R4.
*)datastoreEndpoint : String_.t option;The AWS endpoint for the data store.
*)sseConfiguration : SseConfiguration.t option;The server-side encryption key configuration for a customer provided encryption key.
*)preloadDataConfig : PreloadDataConfig.t option;The preloaded Synthea data configuration for the data store.
*)identityProviderConfiguration : IdentityProviderConfiguration.t option;The identity provider selected during data store creation.
*)errorCause : ErrorCause.t option;The error cause for the current data store operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of DatastoreId.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
| `Timestamp of Timestamp.t ])
list ]