AWS::Pinpoint::Campaign TemplateConfiguration
Specifies the message template to use for the message, for each type of channel.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "EmailTemplate" :
Template
, "PushTemplate" :Template
, "SMSTemplate" :Template
, "VoiceTemplate" :Template
}
Properties
EmailTemplate
-
The email template to use for the message.
Required: No
Type: Template
Update requires: No interruption
PushTemplate
-
The push notification template to use for the message.
Required: No
Type: Template
Update requires: No interruption
SMSTemplate
-
The SMS template to use for the message.
Required: No
Type: Template
Update requires: No interruption
VoiceTemplate
-
The voice template to use for the message. This object isn't supported for campaigns.
Required: No
Type: Template
Update requires: No interruption