Show / Hide Table of Contents

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

AWS::Pinpoint::SmsTemplate.Body.

defaultSubstitutions

AWS::Pinpoint::SmsTemplate.DefaultSubstitutions.

tags

AWS::Pinpoint::SmsTemplate.Tags.

templateDescription

AWS::Pinpoint::SmsTemplate.TemplateDescription.

templateName

AWS::Pinpoint::SmsTemplate.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

Back to top Generated by DocFX