AWS::Connect::User PhoneNumberConfig - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::Connect::User PhoneNumberConfig

Configuration settings for phone type and phone number.

Syntax

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

JSON

{ "Channel" : String, "PhoneNumber" : String, "PhoneType" : String }

YAML

Channel: String PhoneNumber: String PhoneType: String

Properties

Channel

The channel for this phone number configuration. Only VOICE is supported for this data type.

Required: Yes

Type: String

Allowed values: VOICE | CHAT | TASK | EMAIL

Update requires: No interruption

PhoneNumber

The phone number for the user's desk phone.

Required: No

Type: String

Pattern: \+[1-9]\d{1,14}$

Update requires: No interruption

PhoneType

The phone type. Valid values: SOFT_PHONE, DESK_PHONE.

Required: Yes

Type: String

Allowed values: SOFT_PHONE | DESK_PHONE

Update requires: No interruption