| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticache |
Amazon ElastiCache Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUser.Builder |
CfnUser.Builder.accessString(String accessString)
Access permissions string used for this user.
|
static CfnUser.Builder |
CfnUser.Builder.create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
CfnUser.Builder.engine(String engine)
The current supported value is redis.
|
CfnUser.Builder |
CfnUser.Builder.noPasswordRequired(Boolean noPasswordRequired)
Indicates a password is not required for this user.
|
CfnUser.Builder |
CfnUser.Builder.noPasswordRequired(IResolvable noPasswordRequired)
Indicates a password is not required for this user.
|
CfnUser.Builder |
CfnUser.Builder.passwords(List<String> passwords)
Passwords used for this user.
|
CfnUser.Builder |
CfnUser.Builder.userId(String userId)
The ID of the user.
|
CfnUser.Builder |
CfnUser.Builder.userName(String userName)
The username of the user.
|
Copyright © 2022. All rights reserved.