View a markdown version of this page

ExportJobSummary - Amazon IoT SiteWise
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

ExportJobSummary

Contains summary information about a dataset export job.

Contents

destinationS3Uri

The S3 URI where output clips are written.

Type: String

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

Pattern: s3://[a-z0-9][a-z0-9.-]{1,61}[a-z0-9]/.+

Required: Yes

jobId

The unique identifier for the dataset export job.

Type: String

Length Constraints: Fixed length of 36.

Pattern: [0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}

Required: Yes

startedAt

The timestamp when the job started processing.

Type: Timestamp

Required: Yes

status

The current status of the dataset export job.

Type: String

Valid Values: SUBMITTED | RUNNING | COMPLETED | COMPLETED_WITH_ERRORS | FAILED

Required: Yes

completedAt

The timestamp when the job completed, or null if the job is still running.

Type: Timestamp

Required: No

See Also

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