@Generated(value="jsii-pacmak/1.60.0 (build ebcefe6)",
date="2022-06-22T23:27:50.204Z")
public interface CfnUserGroupProps
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() |
java.lang.String |
getEngine()
The current supported value is redis.
|
java.lang.String |
getUserGroupId()
The ID of the user group.
|
default java.util.List<java.lang.String> |
getUserIds()
The list of user IDs that belong to the user group.
|
java.lang.String getEngine()
java.lang.String getUserGroupId()
default java.util.List<java.lang.String> getUserIds()
A user named default
must be included.
static CfnUserGroupProps.Builder builder()
CfnUserGroupProps.Builder
of CfnUserGroupProps