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 TwoWay
The pool's two-way SMS configuration object.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ChannelArn" :
String
, "ChannelRole" :String
, "Enabled" :Boolean
}
YAML
ChannelArn:
String
ChannelRole:String
Enabled:Boolean
Properties
ChannelArn
-
The Amazon Resource Name (ARN) of the two way channel.
Required: No
Type: String
Pattern:
^[ \S]+
Update requires: No interruption
ChannelRole
-
An optional IAM Role Arn for a service to assume, to be able to post inbound SMS messages.
Required: No
Type: String
Pattern:
^arn:\S+$
Update requires: No interruption
Enabled
-
By default this is set to false. When set to true you can receive incoming text messages from your end recipients using the TwoWayChannelArn.
Required: Yes
Type: Boolean
Update requires: No interruption