| Package | Description |
|---|---|
| software.amazon.awscdk.services.memorydb |
AWS::MemoryDB Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnUser.Builder |
CfnUser.Builder.accessString(String accessString)
Access permissions string used for this user.
|
CfnUser.Builder |
CfnUser.Builder.authenticationMode(Object authenticationMode)
Denotes whether the user requires a password to authenticate.
|
static CfnUser.Builder |
CfnUser.Builder.create(software.constructs.Construct scope,
String id) |
CfnUser.Builder |
CfnUser.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnUser.Builder |
CfnUser.Builder.userName(String userName)
The name of the user.
|
Copyright © 2022. All rights reserved.