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::ProtectConfiguration CountryRuleSet
The set of CountryRules
you specify to control which countries Amazon End User Messaging SMS can send your messages to.
Note
If you don't specify all available ISO country codes in the CountryRuleSet
for each number capability, the Amazon CloudFormation drift detection feature
will detect drift. This is because Amazon End User Messaging SMS always returns all country codes.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MMS" :
[ CountryRule, ... ]
, "SMS" :[ CountryRule, ... ]
, "VOICE" :[ CountryRule, ... ]
}
YAML
MMS:
- CountryRule
SMS:- CountryRule
VOICE:- CountryRule
Properties
MMS
-
The set of
CountryRule
s to control which destination countries Amazon End User Messaging SMS can send your MMS messages to.Required: No
Type: Array of CountryRule
Update requires: No interruption
SMS
-
The set of
CountryRule
s to control which destination countries Amazon End User Messaging SMS can send your SMS messages to.Required: No
Type: Array of CountryRule
Update requires: No interruption
VOICE
-
The set of
CountryRule
s to control which destination countries Amazon End User Messaging SMS can send your VOICE messages to.Required: No
Type: Array of CountryRule
Update requires: No interruption