| Package | Description |
|---|---|
| software.amazon.awscdk.services.elasticache |
Amazon ElastiCache Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnUserGroup.Builder |
CfnUserGroup.Builder.create(software.constructs.Construct scope,
String id) |
CfnUserGroup.Builder |
CfnUserGroup.Builder.engine(String engine)
The current supported value is redis.
|
CfnUserGroup.Builder |
CfnUserGroup.Builder.userGroupId(String userGroupId)
The ID of the user group.
|
CfnUserGroup.Builder |
CfnUserGroup.Builder.userIds(List<String> userIds)
The list of user IDs that belong to the user group.
|
Copyright © 2022. All rights reserved.