| Package | Description |
|---|---|
| software.amazon.awscdk.services.connect |
AWS::Connect Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUser.Builder |
CfnUser.Builder.create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
CfnUser.Builder.directoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management.
|
CfnUser.Builder |
CfnUser.Builder.hierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the user's hierarchy group.
|
CfnUser.Builder |
CfnUser.Builder.identityInfo(CfnUser.UserIdentityInfoProperty identityInfo)
Information about the user identity.
|
CfnUser.Builder |
CfnUser.Builder.identityInfo(IResolvable identityInfo)
Information about the user identity.
|
CfnUser.Builder |
CfnUser.Builder.instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the instance.
|
CfnUser.Builder |
CfnUser.Builder.password(String password)
The user's password.
|
CfnUser.Builder |
CfnUser.Builder.phoneConfig(CfnUser.UserPhoneConfigProperty phoneConfig)
Information about the phone configuration for the user.
|
CfnUser.Builder |
CfnUser.Builder.phoneConfig(IResolvable phoneConfig)
Information about the phone configuration for the user.
|
CfnUser.Builder |
CfnUser.Builder.routingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the user's routing profile.
|
CfnUser.Builder |
CfnUser.Builder.securityProfileArns(List<String> securityProfileArns)
The Amazon Resource Name (ARN) of the user's security profile.
|
CfnUser.Builder |
CfnUser.Builder.tags(List<? extends CfnTag> tags)
The tags.
|
CfnUser.Builder |
CfnUser.Builder.username(String username)
The user name assigned to the user account.
|
Copyright © 2022. All rights reserved.