Show / Hide Table of Contents

Class CfnUser.UserProficiencyProperty

A predefined attribute must be created before using UserProficiencies in the Cloudformation User template.

Inheritance
object
CfnUser.UserProficiencyProperty
Implements
CfnUser.IUserProficiencyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userproficiency.html

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 UserProficiencies in the Cloudformation User template.

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 UserProficiencies in the Cloudformation User template.

public UserProficiencyProperty()
Remarks

For more information, see Predefined attributes .

Proficiency of a user.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userproficiency.html

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

string

Remarks

You must use a predefined attribute name that is present in the Amazon Connect instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userproficiency.html#cfn-connect-user-userproficiency-attributename

AttributeValue

The value of user’s proficiency.

public string AttributeValue { get; set; }
Property Value

string

Remarks

You must use a predefined attribute value that is present in the Amazon Connect instance.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userproficiency.html#cfn-connect-user-userproficiency-attributevalue

Level

The level of the proficiency.

public double Level { get; set; }
Property Value

double

Remarks

The valid values are 1, 2, 3, 4 and 5.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-user-userproficiency.html#cfn-connect-user-userproficiency-level

Implements

CfnUser.IUserProficiencyProperty
Back to top Generated by DocFX