This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::Wisdom::MessageTemplate MessageTemplateAttachment
Information about the message template attachment.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AttachmentId" :
String
, "AttachmentName" :String
, "S3PresignedUrl" :String
}
YAML
AttachmentId:
String
AttachmentName:String
S3PresignedUrl:String
Properties
AttachmentId
-
The identifier of the attachment file.
Required: No
Type: String
Minimum:
1
Update requires: No interruption
AttachmentName
-
The name of the attachment file being uploaded. The name should include the file extension.
Required: Yes
Type: String
Minimum:
1
Maximum:
255
Update requires: No interruption
S3PresignedUrl
-
The S3 Presigned URL for the attachment file. When generating the PreSignedUrl, please ensure that the expires-in time is set to 30 minutes. The URL can be generated through the AWS Console or through the AWS CLI. For more information, see Sharing objects with presigned URLs.
Required: Yes
Type: String
Minimum:
1
Update requires: No interruption