| Modifier and Type | Method and Description |
|---|---|
CfnUser |
build() |
static CfnUser.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
directoryUserId(String directoryUserId)
The identifier of the user account in the directory used for identity management.
|
CfnUser.Builder |
hierarchyGroupArn(String hierarchyGroupArn)
The Amazon Resource Name (ARN) of the user's hierarchy group.
|
CfnUser.Builder |
identityInfo(CfnUser.UserIdentityInfoProperty identityInfo)
Information about the user identity.
|
CfnUser.Builder |
identityInfo(IResolvable identityInfo)
Information about the user identity.
|
CfnUser.Builder |
instanceArn(String instanceArn)
The Amazon Resource Name (ARN) of the instance.
|
CfnUser.Builder |
password(String password)
The user's password.
|
CfnUser.Builder |
phoneConfig(CfnUser.UserPhoneConfigProperty phoneConfig)
Information about the phone configuration for the user.
|
CfnUser.Builder |
phoneConfig(IResolvable phoneConfig)
Information about the phone configuration for the user.
|
CfnUser.Builder |
routingProfileArn(String routingProfileArn)
The Amazon Resource Name (ARN) of the user's routing profile.
|
CfnUser.Builder |
securityProfileArns(List<String> securityProfileArns)
The Amazon Resource Name (ARN) of the user's security profile.
|
CfnUser.Builder |
tags(List<? extends CfnTag> tags)
The tags.
|
CfnUser.Builder |
username(String username)
The user name assigned to the user account.
|
@Stability(value=Stable) public static CfnUser.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUser.UserIdentityInfoProperty.Builder.@Stability(value=Stable) public CfnUser.Builder instanceArn(String instanceArn)
instanceArn - The Amazon Resource Name (ARN) of the instance. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder phoneConfig(CfnUser.UserPhoneConfigProperty phoneConfig)
phoneConfig - Information about the phone configuration for the user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder phoneConfig(IResolvable phoneConfig)
phoneConfig - Information about the phone configuration for the user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder routingProfileArn(String routingProfileArn)
routingProfileArn - The Amazon Resource Name (ARN) of the user's routing profile. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder securityProfileArns(List<String> securityProfileArns)
securityProfileArns - The Amazon Resource Name (ARN) of the user's security profile. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder username(String username)
username - The user name assigned to the user account. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder directoryUserId(String directoryUserId)
directoryUserId - The identifier of the user account in the directory used for identity management. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder hierarchyGroupArn(String hierarchyGroupArn)
hierarchyGroupArn - The Amazon Resource Name (ARN) of the user's hierarchy group. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder identityInfo(CfnUser.UserIdentityInfoProperty identityInfo)
identityInfo - Information about the user identity. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder identityInfo(IResolvable identityInfo)
identityInfo - Information about the user identity. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder password(String password)
password - The user's password. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder tags(List<? extends CfnTag> tags)
tags - The tags. This parameter is required.thisCopyright © 2022. All rights reserved.