Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Export Entitled Data
Version 1.0.0
Discover an entitled data set, pick its latest revision, and export it to S3.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionsArazzoWorkflows
Provider
Workflows
export-entitled-data
Export the first revision of an entitled data set to S3.
Lists ENTITLED data sets, lists the first one's revisions, and runs an export job for the first revision, polling to completion.
1
listEntitledDataSets
listDataSets
List the data sets the account is entitled to through subscriptions by filtering on the ENTITLED origin.
2
listEntitledRevisions
listDataSetRevisions
List the revisions available within the entitled data set.
3
createExportJob
createJob
Create an EXPORT_REVISIONS_TO_S3 job for the chosen entitled revision.
4
startExportJob
startJob
Start the export job.
5
pollExportJob
getJob
Poll the export job until terminal. Loops while WAITING or IN_PROGRESS and ends on COMPLETED.