JobEntry
AWS Data Exchange Jobs are asynchronous import or export operations used to create or copy assets. A data set owner can both import and export as they see fit. Someone with an entitlement to a data set can only export. Jobs are deleted 90 days after they are created.
Contents
- Arn
-
The ARN for the job.
Type: String
Required: Yes
- CreatedAt
-
The date and time that the job was created, in ISO 8601 format.
Type: Timestamp
Required: Yes
- Details
-
Details of the operation to be performed by the job, such as export destination details or import source details.
Type: ResponseDetails object
Required: Yes
- Id
-
The unique identifier for the job.
Type: String
Required: Yes
- State
-
The state of the job.
Type: String
Valid Values:
WAITING | IN_PROGRESS | ERROR | COMPLETED | CANCELLED | TIMED_OUT
Required: Yes
- Type
-
The job type.
Type: String
Valid Values:
IMPORT_ASSETS_FROM_S3 | IMPORT_ASSET_FROM_SIGNED_URL | EXPORT_ASSETS_TO_S3 | EXPORT_ASSET_TO_SIGNED_URL | EXPORT_REVISIONS_TO_S3 | IMPORT_ASSETS_FROM_REDSHIFT_DATA_SHARES | IMPORT_ASSET_FROM_API_GATEWAY_API | CREATE_S3_DATA_ACCESS_FROM_S3_BUCKET | IMPORT_ASSETS_FROM_LAKE_FORMATION_TAG_POLICY
Required: Yes
- UpdatedAt
-
The date and time that the job was last updated, in ISO 8601 format.
Type: Timestamp
Required: Yes
- Errors
-
Errors for jobs.
Type: Array of JobError objects
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: