This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Wisdom::MessageTemplate MessageTemplateAttachment
Information about the message template attachment.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AttachmentId" :String, "AttachmentName" :String, "S3PresignedUrl" :String}
YAML
AttachmentId:StringAttachmentName:StringS3PresignedUrl:String
Properties
AttachmentId-
The identifier of the attachment file.
Required: No
Type: String
Minimum:
1Update requires: No interruption
AttachmentName-
The name of the attachment file being uploaded. The name should include the file extension.
Required: Yes
Type: String
Minimum:
1Maximum:
255Update 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 Amazon Console or through the Amazon CLI. For more information, see Sharing objects with presigned URLs.
Required: Yes
Type: String
Minimum:
1Update requires: No interruption