This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::SMSVOICE::PhoneNumber MandatoryKeywords
The keywords HELP and STOP are mandatory keywords that each phone number must have. For more information, see
Keywords in the Amazon End User Messaging SMS User Guide.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "HELP" :MandatoryKeyword, "STOP" :MandatoryKeyword}
YAML
HELP:MandatoryKeywordSTOP:MandatoryKeyword
Properties
HELP-
Specifies the
HELPkeyword that customers use to obtain customer support for this phone number. For more information, see Keywords in the Amazon End User Messaging SMS User Guide.Required: Yes
Type: MandatoryKeyword
Update requires: No interruption
STOP-
Specifies the
STOPkeyword that customers use to opt out of receiving messages from this phone number. For more information, see Required opt-out keywords in the Amazon End User Messaging SMS User Guide.Required: Yes
Type: MandatoryKeyword
Update requires: No interruption