ImportJobProperties
Displays the properties of the import job, including the ID, Arn, Name, and the status of the data store.
Contents
- DatastoreId
-
The datastore id used when the Import job was created.
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 that was 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 AWS-generated id number for the Import job.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 32.
Pattern:
^([\p{L}\p{Z}\p{N}_.:/=+\-%@]*)$
Required: Yes
- JobStatus
-
The job status for an Import job. Possible statuses are SUBMITTED, IN_PROGRESS, COMPLETED_WITH_ERRORS, COMPLETED, FAILED.
Type: String
Valid Values:
SUBMITTED | IN_PROGRESS | COMPLETED_WITH_ERRORS | COMPLETED | FAILED | CANCEL_SUBMITTED | CANCEL_IN_PROGRESS | CANCEL_COMPLETED | CANCEL_FAILED
Required: Yes
- SubmitTime
-
The time that the Import job was submitted for processing.
Type: Timestamp
Required: Yes
- DataAccessRoleArn
-
The Amazon Resource Name (ARN) that gives AWS HealthLake access to your 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 that the Import job was completed.
Type: Timestamp
Required: No
- JobName
-
The user-generated name for an Import job.
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 that was 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
- Message
-
An explanation of any errors that may 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
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: