AWS::SMSVOICE::PhoneNumber TwoWay - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SMSVOICE::PhoneNumber TwoWay

The phone number's two-way SMS configuration object.

Syntax

To declare this entity in your 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: ^arn:\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