User Args
data class UserArgs(val directoryUserId: Output<String>? = null, val hierarchyGroupArn: Output<String>? = null, val identityInfo: Output<UserIdentityInfoArgs>? = null, val instanceArn: Output<String>? = null, val password: Output<String>? = null, val phoneConfig: Output<UserPhoneConfigArgs>? = null, val routingProfileArn: Output<String>? = null, val securityProfileArns: Output<List<String>>? = null, val tags: Output<List<UserTagArgs>>? = null, val username: Output<String>? = null) : ConvertibleToJava<UserArgs>
Resource Type definition for AWS::Connect::User
Constructors
Link copied to clipboard
fun UserArgs(directoryUserId: Output<String>? = null, hierarchyGroupArn: Output<String>? = null, identityInfo: Output<UserIdentityInfoArgs>? = null, instanceArn: Output<String>? = null, password: Output<String>? = null, phoneConfig: Output<UserPhoneConfigArgs>? = null, routingProfileArn: Output<String>? = null, securityProfileArns: Output<List<String>>? = null, tags: Output<List<UserTagArgs>>? = null, username: Output<String>? = null)