View a markdown version of this page

TransformationJobSummary - AWS HealthLake

TransformationJobSummary

Contains summary information about a data transformation job. To retrieve full job details, call DescribeDataTransformationJob.

Contents

JobId

The unique identifier of the job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 32.

Pattern: [a-zA-Z0-9-]+

Required: Yes

JobStatus

The current status of the job.

Type: String

Valid Values: SUBMITTED | QUEUED | IN_PROGRESS | COMPLETED | COMPLETED_WITH_ERRORS | FAILED

Required: Yes

SubmitTime

The timestamp when the job was submitted.

Type: Timestamp

Required: Yes

EndTime

The timestamp when the job completed.

Type: Timestamp

Required: No

JobName

The name of the job.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 64.

Pattern: [\p{L}\p{Z}\p{N}_.:/=+\-%@]*

Required: No

SourceFormat

The source data format for this job.

Type: String

Valid Values: CCDA | CSV

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: