@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.013Z") @Stability(value=Stable) public interface CfnUserGroupProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.elasticache.*;
CfnUserGroupProps cfnUserGroupProps = CfnUserGroupProps.builder()
.engine("engine")
.userGroupId("userGroupId")
// the properties below are optional
.userIds(List.of("userIds"))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserGroupProps.Builder
A builder for
CfnUserGroupProps |
static class |
CfnUserGroupProps.Jsii$Proxy
An implementation for
CfnUserGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserGroupProps.Builder |
builder() |
String |
getEngine()
The current supported value is redis.
|
String |
getUserGroupId()
The ID of the user group.
|
default List<String> |
getUserIds()
The list of user IDs that belong to the user group.
|
@Stability(value=Stable) @NotNull String getEngine()
@Stability(value=Stable) @NotNull String getUserGroupId()
@Stability(value=Stable) @Nullable default List<String> getUserIds()
A user named default must be included.
@Stability(value=Stable) static CfnUserGroupProps.Builder builder()
CfnUserGroupProps.Builder of CfnUserGroupPropsCopyright © 2022. All rights reserved.