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 | FAILEDRequired: 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 | CSVRequired: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: