AWS::Pinpoint::Campaign CampaignCustomMessage
Specifies the contents of a message that's sent through a custom channel to recipients of a campaign.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Data" :
String
}
YAML
Data:
String
Properties
Data
-
The raw, JSON-formatted string to use as the payload for the message. The maximum size is 5 KB.
Required: No
Type: String
Update requires: No interruption