Interface CfnSmsTemplateProps
Properties for defining a AWS::Pinpoint::SmsTemplate
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html
Synopsis
Properties
body |
|
defaultSubstitutions |
|
tags |
|
templateDescription |
|
templateName |
|
Properties
body
AWS::Pinpoint::SmsTemplate.Body
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-body
Declaration
readonly body: string;
Property Value
string
defaultSubstitutions
AWS::Pinpoint::SmsTemplate.DefaultSubstitutions
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-defaultsubstitutions
Declaration
readonly defaultSubstitutions?: string;
Property Value
string
tags
AWS::Pinpoint::SmsTemplate.Tags
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-tags
Declaration
readonly tags?: any;
Property Value
any
templateDescription
AWS::Pinpoint::SmsTemplate.TemplateDescription
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatedescription
Declaration
readonly templateDescription?: string;
Property Value
string
templateName
AWS::Pinpoint::SmsTemplate.TemplateName
.
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-pinpoint-smstemplate.html#cfn-pinpoint-smstemplate-templatename
Declaration
readonly templateName: string;
Property Value
string