This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS End User Messaging SMS User Guide.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "HELP" :
MandatoryKeyword
, "STOP" :MandatoryKeyword
}
YAML
HELP:
MandatoryKeyword
STOP:MandatoryKeyword
Properties
HELP
-
Specifies the
HELP
keyword that customers use to obtain customer support for this phone number. For more information, see Keywords in the AWS End User Messaging SMS User Guide.Required: Yes
Type: MandatoryKeyword
Update requires: No interruption
STOP
-
Specifies the
STOP
keyword that customers use to opt out of receiving messages from this phone number. For more information, see Required opt-out keywords in the AWS End User Messaging SMS User Guide.Required: Yes
Type: MandatoryKeyword
Update requires: No interruption