Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Export Revision To S3
Version 1.0.0
Export all assets of a revision to an S3 bucket by creating, starting, and polling a job.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionsArazzoWorkflows
Provider
Workflows
export-revision-to-s3
Export a revision's assets to S3 and wait for the job to finish.
Creates an EXPORT_REVISIONS_TO_S3 job for the supplied data set and revision, starts it, and polls the job state until COMPLETED or a failure state.
1
createExportJob
createJob
Create an EXPORT_REVISIONS_TO_S3 job that writes the revision's assets to the destination bucket.
2
startExportJob
startJob
Start the export job, transitioning it out of the WAITING state.
3
pollExportJob
getJob
Poll the export job until terminal. Loops while WAITING or IN_PROGRESS, branches to success on COMPLETED and to failure on ERROR or TIMED_OUT.
4
reportFailure
getJob
Re-read the failed job to capture its error details for reporting.