Class CfnUser.UserProficiencyProperty
A predefined attribute must be created before using
UserProficienciesin the Cloudformation User template.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnUser.UserProficiencyProperty : CfnUser.IUserProficiencyProperty
Syntax (vb)
Public Class CfnUser.UserProficiencyProperty Implements CfnUser.IUserProficiencyProperty
Remarks
For more information, see Predefined attributes .
Proficiency of a user.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var userProficiencyProperty = new UserProficiencyProperty {
AttributeName = "attributeName",
AttributeValue = "attributeValue",
Level = 123
};
Synopsis
Constructors
| UserProficiencyProperty() | A predefined attribute must be created before using |
Properties
| AttributeName | The name of user’s proficiency. |
| AttributeValue | The value of user’s proficiency. |
| Level | The level of the proficiency. |
Constructors
UserProficiencyProperty()
A predefined attribute must be created before using
UserProficienciesin the Cloudformation User template.
public UserProficiencyProperty()
Remarks
For more information, see Predefined attributes .
Proficiency of a user.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var userProficiencyProperty = new UserProficiencyProperty {
AttributeName = "attributeName",
AttributeValue = "attributeValue",
Level = 123
};
Properties
AttributeName
The name of user’s proficiency.
public string AttributeName { get; set; }
Property Value
Remarks
You must use a predefined attribute name that is present in the Amazon Connect instance.
AttributeValue
The value of user’s proficiency.
public string AttributeValue { get; set; }
Property Value
Remarks
You must use a predefined attribute value that is present in the Amazon Connect instance.
Level
The level of the proficiency.
public double Level { get; set; }
Property Value
Remarks
The valid values are 1, 2, 3, 4 and 5.