DatastoreProperties
The data store properties.
Contents
- DatastoreArn
-
The Amazon Resource Name (ARN) 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.
Type: String
Length Constraints: Maximum length of 10000.
Pattern:
[\P{M}\p{M}]{0,10000}
Required: Yes
- DatastoreId
-
The data store identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: Yes
- DatastoreStatus
-
The data store status.
Type: String
Valid Values:
CREATING | ACTIVE | DELETING | DELETED | CREATE_FAILED
Required: Yes
- DatastoreTypeVersion
-
The FHIR release version supported by the data store. Current support is for version
R4
.Type: String
Valid Values:
R4
Required: Yes
- CreatedAt
-
The time the data store was created.
Type: Timestamp
Required: No
- DatastoreName
-
The data store name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: No
- ErrorCause
-
The error cause for the current data store operation.
Type: ErrorCause object
Required: No
- IdentityProviderConfiguration
-
The identity provider selected during data store creation.
Type: IdentityProviderConfiguration object
Required: No
- PreloadDataConfig
-
The preloaded Synthea data configuration for the data store.
Type: PreloadDataConfig object
Required: No
- SseConfiguration
-
The server-side encryption key configuration for a customer provided encryption key.
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: