DatastoreProperties
Displays the properties of the Data Store, including the ID, Arn, name, and the status of the Data Store.
Contents
- CreatedAt
-
The time that a Data Store was created.
Type: Timestamp
Required: No
- DatastoreArn
-
The Amazon Resource Name used in the creation of the Data Store.
Type: String
Pattern:
^arn:aws((-us-gov)|(-iso)|(-iso-b)|(-cn))?:healthlake:[a-zA-Z0-9-]+:[0-9]{12}:datastore/.+?
Required: Yes
- DatastoreEndpoint
-
The AWS endpoint for the Data Store. Each Data Store will have it's own endpoint with Data Store ID in the endpoint URL.
Type: String
Length Constraints: Maximum length of 10000.
Pattern:
[\P{M}\p{M}]{0,10000}
Required: Yes
- DatastoreId
-
The AWS-generated ID number for the Data Store.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: Yes
- DatastoreName
-
The user-generated name for the Data Store.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: No
- DatastoreStatus
-
The status of the Data Store. Possible statuses are 'CREATING', 'ACTIVE', 'DELETING', or 'DELETED'.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | DELETED
Required: Yes
- DatastoreTypeVersion
-
The FHIR version. Only R4 version data is supported.
Type: String
Valid Values:
R4
Required: Yes
- PreloadDataConfig
-
The preloaded data configuration for the Data Store. Only data preloaded from Synthea is supported.
Type: PreloadDataConfig object
Required: No
- SseConfiguration
-
The server-side encryption key configuration for a customer provided encryption key (CMK).
Type: SseConfiguration object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: