| Modifier and Type | Method and Description |
|---|---|
CfnUser.Builder |
accessString(String accessString)
Access permissions string used for this user.
|
CfnUser |
build() |
static CfnUser.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
engine(String engine)
The current supported value is redis.
|
CfnUser.Builder |
noPasswordRequired(Boolean noPasswordRequired)
Indicates a password is not required for this user.
|
CfnUser.Builder |
noPasswordRequired(IResolvable noPasswordRequired)
Indicates a password is not required for this user.
|
CfnUser.Builder |
passwords(List<String> passwords)
Passwords used for this user.
|
CfnUser.Builder |
userId(String userId)
The ID of the user.
|
CfnUser.Builder |
userName(String userName)
The username of the user.
|
@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.Builder.@Stability(value=Stable) public CfnUser.Builder engine(String engine)
engine - The current supported value is redis. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder userId(String userId)
userId - The ID of the user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder userName(String userName)
userName - The username of the user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder accessString(String accessString)
accessString - Access permissions string used for this user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder noPasswordRequired(Boolean noPasswordRequired)
noPasswordRequired - Indicates a password is not required for this user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder noPasswordRequired(IResolvable noPasswordRequired)
noPasswordRequired - Indicates a password is not required for this user. This parameter is required.this@Stability(value=Stable) public CfnUser.Builder passwords(List<String> passwords)
You can create up to two passwords for each user.
passwords - Passwords used for this user. This parameter is required.thisCopyright © 2022. All rights reserved.