Class UserGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.alpha.UserGroupProps.Jsii$Proxy
- All Implemented Interfaces:
UserGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
UserGroupProps
@Stability(Experimental)
@Internal
public static final class UserGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements UserGroupProps
An implementation for
UserGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.alpha.UserGroupProps
UserGroupProps.Builder, UserGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(UserGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal UserEngine(experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.final String(experimental) Enforces a particular physical user group name.getUsers()(experimental) List of users inside the user group.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theUserGroupProps.Builder.
-
-
Method Details
-
getEngine
Description copied from interface:UserGroupProps(experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.Default: UserEngine.VALKEY
- Specified by:
getEnginein interfaceUserGroupProps
-
getUserGroupName
Description copied from interface:UserGroupProps(experimental) Enforces a particular physical user group name.Default:
- Specified by:
getUserGroupNamein interfaceUserGroupProps
-
getUsers
Description copied from interface:UserGroupProps(experimental) List of users inside the user group.Default: - no users
- Specified by:
getUsersin interfaceUserGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-