Amazon Data Exchange · Arazzo Workflow
Amazon Data Exchange Import Asset From Signed URL
Version 1.0.0
Open a revision, import a single asset from a signed URL, wait, and list the result.
View Spec
View on GitHub
Data ExchangeData MarketplaceThird-Party DataAnalyticsSubscriptionsArazzoWorkflows
Provider
Workflows
import-asset-from-signed-url
Import one asset from a signed URL into a new revision.
Creates a revision, runs an IMPORT_ASSET_FROM_SIGNED_URL job to completion, and lists the revision assets.
1
createRevision
createRevision
Create a new revision to receive the imported asset.
2
createImportJob
createJob
Create an IMPORT_ASSET_FROM_SIGNED_URL job for the named asset.
3
startImportJob
startJob
Start the signed URL import job.
4
pollImportJob
getJob
Poll the import job until terminal. Loops while WAITING or IN_PROGRESS and proceeds to list assets on COMPLETED.
5
listAssets
listRevisionAssets
List the revision's assets to confirm the imported asset is present.