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::Pool MandatoryKeywords
The manadatory keywords, HELP
and STOP
to add to the pool. 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:
MandatoryKeyword
STOP:MandatoryKeyword
Properties
HELP
-
Specifies the pool's
HELP
keyword. For more information, see Opt out list required keywords in the Amazon End User Messaging SMS User Guide.Required: Yes
Type: MandatoryKeyword
Update requires: No interruption
STOP
-
Specifies the pool's opt-out keyword. 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