AWS::SMSVOICE::ProtectConfiguration CountryRuleSet - AWS CloudFormation

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::ProtectConfiguration CountryRuleSet

The set of CountryRules you specify to control which countries AWS 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 AWS CloudFormation drift detection feature will detect drift. This is because AWS End User Messaging SMS always returns all country codes.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "MMS" : [ CountryRule, ... ], "SMS" : [ CountryRule, ... ], "VOICE" : [ CountryRule, ... ] }

Properties

MMS

The set of CountryRules to control which destination countries AWS End User Messaging SMS can send your MMS messages to.

Required: No

Type: Array of CountryRule

Update requires: No interruption

SMS

The set of CountryRules to control which destination countries AWS End User Messaging SMS can send your SMS messages to.

Required: No

Type: Array of CountryRule

Update requires: No interruption

VOICE

The set of CountryRules to control which destination countries AWS End User Messaging SMS can send your VOICE messages to.

Required: No

Type: Array of CountryRule

Update requires: No interruption