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
CreateJob
request of typeEXPORT_ASSET_TO_SIGNED_URL
. -
Include the following in the request:
-
AssetID
-
DataSetID
-
RevisionID
-
-
Start the
CreateJob
request with aStartJob
operation that requires theJobId
returned in step 1. -
(Optional) Update the assets' name property after they are created.
-
The response details include the
SignedUrl
that you can use to import your file.
Note
The signed URL expires one minute after it's created.