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:StringPhoneNumber:StringPhoneType:String
Properties
Channel-
The channel for this phone number configuration. Only
VOICEis supported for this data type.Required: Yes
Type: String
Allowed values:
VOICE | CHAT | TASK | EMAILUpdate 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_PHONEUpdate requires: No interruption