ImportJobProperties
The import job properties.
Contents
- 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
 - InputDataConfig
 - 
               
The input data configuration supplied when the import job was created.
Type: InputDataConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
 - JobId
 - 
               
The import job identifier.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$Required: Yes
 - JobStatus
 - 
               
The import job status.
Type: String
Valid Values:
SUBMITTED | QUEUED | IN_PROGRESS | COMPLETED_WITH_ERRORS | COMPLETED | FAILED | CANCEL_SUBMITTED | CANCEL_IN_PROGRESS | CANCEL_COMPLETED | CANCEL_FAILEDRequired: Yes
 - SubmitTime
 - 
               
The time the import job was submitted for processing.
Type: Timestamp
Required: Yes
 - DataAccessRoleArn
 - 
               
The Amazon Resource Name (ARN) that grants AWS HealthLake access to the input data.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:iam::[0-9]{12}:role/.+Required: No
 - EndTime
 - 
               
The time the import job was completed.
Type: Timestamp
Required: No
 - JobName
 - 
               
The import job name.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 64.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$Required: No
 - JobOutputDataConfig
 - 
               
The output data configuration supplied when the export job was created.
Type: OutputDataConfig object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: No
 - JobProgressReport
 - 
               
Displays the progress of the import job, including total resources scanned, total resources imported, and total size of data imported.
Type: JobProgressReport object
Required: No
 - Message
 - 
               
An explanation of any errors that might have occurred during the FHIR import job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$Required: No
 - ValidationLevel
 - 
               
The validation level of the import job.
Type: String
Valid Values:
strict | structure-only | minimalRequired: No
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: