JobListEntry
Each JobListEntry
object contains a job's state, a job's ID, and a value
that indicates whether the job is a job part, in the case of an export job.
Contents
- CreationDate
-
The creation date for this job.
Type: Timestamp
Required: No
- Description
-
The optional description of this specific job, for example
Important Photos 2016-08-11
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
- IsMaster
-
A value that indicates that this job is a main job. A main job represents a successful request to create an export job. Main jobs aren't associated with any Snowballs. Instead, each main job will have at least one job part, and each job part is associated with a Snowball. It might take some time before the job parts associated with a particular main job are listed, because they are created after the main job is created.
Type: Boolean
Required: No
- JobId
-
The automatically generated ID for a job, for example
JID123e4567-e89b-12d3-a456-426655440000
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 1024.
Pattern:
.*
Required: No
- JobState
-
The current state of this job.
Type: String
Valid Values:
New | PreparingAppliance | PreparingShipment | InTransitToCustomer | WithCustomer | InTransitToAWS | WithAWSSortingFacility | WithAWS | InProgress | Complete | Cancelled | Listing | Pending
Required: No
- JobType
-
The type of job.
Type: String
Valid Values:
IMPORT | EXPORT | LOCAL_USE
Required: No
- SnowballType
-
The type of device used with this job.
Type: String
Valid Values:
STANDARD | EDGE | EDGE_C | EDGE_CG | EDGE_S | SNC1_HDD | SNC1_SSD | V3_5C | V3_5S | RACK_5U_C
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: