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 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:StringAttributeValue:StringLevel: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: 1Maximum: 64Update 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: 1Maximum: 64Update requires: No interruption 
- Level
- 
                    The level of the proficiency. The valid values are 1, 2, 3, 4 and 5. Required: Yes Type: Number Minimum: 1Maximum: 5Update requires: No interruption