AWS::Wisdom::MessageTemplate MessageTemplateAttachment - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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 Amazon Console or through the Amazon CLI. For more information, see Sharing objects with presigned URLs.

Required: Yes

Type: String

Minimum: 1

Update requires: No interruption