AWS::Connect::User UserProficiency - 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).

AWS::Connect::User UserProficiency

Note

A predefined attribute must be created before using UserProficiencies in the Cloudformation User template. For more information, see Predefined attributes.

Proficiency of a user.

Syntax

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

JSON

{ "AttributeName" : String, "AttributeValue" : String, "Level" : Number }

YAML

AttributeName: String AttributeValue: String Level: Number

Properties

AttributeName

The name of user’s proficiency. You must use a predefined attribute name that is present in the Amazon Connect instance.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

AttributeValue

The value of user’s proficiency. You must use a predefined attribute value that is present in the Amazon Connect instance.

Required: Yes

Type: String

Minimum: 1

Maximum: 64

Update requires: No interruption

Level

The level of the proficiency. The valid values are 1, 2, 3, 4 and 5.

Required: Yes

Type: Number

Minimum: 1

Maximum: 5

Update requires: No interruption