MessageTemplateAttachment
Information about the message template attachment.
Contents
- attachmentId
 - 
               
The identifier of the attachment file.
Type: String
Pattern:
[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12}Required: Yes
 - contentDisposition
 - 
               
The presentation information for the attachment file.
Type: String
Valid Values:
ATTACHMENTRequired: Yes
 - name
 - 
               
The name of the attachment file being uploaded. The name should include the file extension.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
[\p{L}\p{M}\p{N}_\s&@()+,;=\-]+\.[A-Za-z0-9]+Required: Yes
 - uploadedTime
 - 
               
The timestamp when the attachment file was uploaded.
Type: Timestamp
Required: Yes
 - url
 - 
               
A pre-signed Amazon S3 URL that can be used to download the attachment file.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 4096.
Required: Yes
 - urlExpiry
 - 
               
The expiration time of the pre-signed Amazon S3 URL.
Type: Timestamp
Required: Yes
 
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: