AssetBundleImportSourceDescription
A description of the import source that you provide at the start of an import job. This value is set to either Body
or S3Uri
, depending on how the StartAssetBundleImportJobRequest
is configured.
Contents
Note
In the following list, the required parameters are described first.
- Body
-
An HTTPS download URL for the provided asset bundle that you optionally provided at the start of the import job. This URL is valid for five minutes after issuance. Call
DescribeAssetBundleExportJob
again for a fresh URL if needed. The downloaded asset bundle is a.qs
zip file.Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: No
- S3Uri
-
The Amazon S3 URI that you provided at the start of the import job.
Type: String
Pattern:
^(https|s3)://([^/]+)/?(.*)$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: