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