AWS::Connect::User PhoneNumberConfig - AWS CloudFormation

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

Configuration settings for phone type and phone number.

Syntax

To declare this entity in your 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