Exporting AWS Data Exchange assets to a signed URL (AWS SDKs)
You can use the AWS SDKs to export AWS Data Exchange assets to destinations other than S3 buckets.
To export assets to a signed URL (AWS SDKs)
-
Create a
CreateJobrequest of typeEXPORT_ASSET_TO_SIGNED_URL. -
Include the following in the request:
-
AssetID -
DataSetID -
RevisionID
-
-
Start the
CreateJobrequest with aStartJoboperation that requires theJobIdreturned in step 1. -
(Optional) Update the assets' name property after they are created.
-
The response details include the
SignedUrlthat you can use to import your file.
Note
The signed URL expires one minute after it's created.