AWS::Pinpoint::Campaign MessageConfiguration
Specifies the message configuration settings for a campaign.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ADMMessage" :Message, "APNSMessage" :Message, "BaiduMessage" :Message, "CustomMessage" :CampaignCustomMessage, "DefaultMessage" :Message, "EmailMessage" :CampaignEmailMessage, "GCMMessage" :Message, "InAppMessage" :CampaignInAppMessage, "SMSMessage" :CampaignSmsMessage}
YAML
ADMMessage:MessageAPNSMessage:MessageBaiduMessage:MessageCustomMessage:CampaignCustomMessageDefaultMessage:MessageEmailMessage:CampaignEmailMessageGCMMessage:MessageInAppMessage:CampaignInAppMessageSMSMessage:CampaignSmsMessage
Properties
ADMMessage-
The message that the campaign sends through the ADM (Amazon Device Messaging) channel. If specified, this message overrides the default message.
Required: No
Type: Message
Update requires: No interruption
APNSMessage-
The message that the campaign sends through the APNs (Apple Push Notification service) channel. If specified, this message overrides the default message.
Required: No
Type: Message
Update requires: No interruption
BaiduMessage-
The message that the campaign sends through the Baidu (Baidu Cloud Push) channel. If specified, this message overrides the default message.
Required: No
Type: Message
Update requires: No interruption
CustomMessageProperty description not available.
Required: No
Type: CampaignCustomMessage
Update requires: No interruption
DefaultMessage-
The default message that the campaign sends through all the channels that are configured for the campaign.
Required: No
Type: Message
Update requires: No interruption
EmailMessage-
The message that the campaign sends through the email channel. If specified, this message overrides the default message.
Required: No
Type: CampaignEmailMessage
Update requires: No interruption
GCMMessage-
The message that the campaign sends through the GCM channel, which enables Amazon Pinpoint to send push notifications through the Firebase Cloud Messaging (FCM), formerly Google Cloud Messaging (GCM), service. If specified, this message overrides the default message.
Required: No
Type: Message
Update requires: No interruption
InAppMessage-
The default message for the in-app messaging channel. This message overrides the default message (
DefaultMessage).Required: No
Type: CampaignInAppMessage
Update requires: No interruption
SMSMessage-
The message that the campaign sends through the SMS channel. If specified, this message overrides the default message.
Required: No
Type: CampaignSmsMessage
Update requires: No interruption