UserProficiencyArgs

data class UserProficiencyArgs(val attributeName: Output<String>, val attributeValue: Output<String>, val level: Output<Double>) : ConvertibleToJava<UserProficiencyArgs>

Proficiency of a user.

Constructors

Link copied to clipboard
constructor(attributeName: Output<String>, attributeValue: Output<String>, level: Output<Double>)

Properties

Link copied to clipboard
val attributeName: Output<String>

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

Link copied to clipboard
val attributeValue: Output<String>

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

Link copied to clipboard
val level: Output<Double>

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

Functions

Link copied to clipboard
open override fun toJava(): UserProficiencyArgs