@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.480Z") @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()
`AWS::ElastiCache::UserGroup.Engine`.
|
String |
getUserGroupId()
`AWS::ElastiCache::UserGroup.UserGroupId`.
|
default List<String> |
getUserIds()
`AWS::ElastiCache::UserGroup.UserIds`.
|
@Stability(value=Stable) @NotNull String getEngine()
@Stability(value=Stable) @NotNull String getUserGroupId()
@Stability(value=Stable) @Nullable default List<String> getUserIds()
@Stability(value=Stable) static CfnUserGroupProps.Builder builder()
CfnUserGroupProps.Builder of CfnUserGroupPropsCopyright © 2021. All rights reserved.