

# DownloadUrl
<a name="API_DownloadUrl"></a>

A presigned URL for downloading an attachment, along with the date and time the URL expires. Returned by [GetAttachmentDownloadLink](API_GetAttachmentDownloadLink.md).

## Contents
<a name="API_DownloadUrl_Contents"></a>

 ** expiryDate **   <a name="AWSSupport-Type-DownloadUrl-expiryDate"></a>
The date and time, in ISO-8601 format, when the presigned URL expires. Download the attachment before this time.  
Type: String  
Length Constraints: Minimum length of 8. Maximum length of 30.

 ** url **   <a name="AWSSupport-Type-DownloadUrl-url"></a>
The presigned HTTPS URL that you can use to download the attachment. Download URLs are served from `downloadv1.attachments.support.{region}.amazonaws.com`. The `downloadv1` prefix is subject to change.  
Type: String  
Length Constraints: Minimum length of 8.  
Pattern: `^https://[a-zA-Z0-9][a-zA-Z0-9.-]*[a-zA-Z0-9]\.[a-zA-Z]{2,}(/.*)?$` 

## See Also
<a name="API_DownloadUrl_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\+\+](https://docs.aws.amazon.com/goto/SdkForCpp/support-2013-04-15/DownloadUrl) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/support-2013-04-15/DownloadUrl) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/support-2013-04-15/DownloadUrl) 