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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.alpha.UserGroupProps
UserGroupProps.Builder, UserGroupProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(UserGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theUserGroupProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final 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 int
hashCode()
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:
getEngine
in interfaceUserGroupProps
-
getUserGroupName
Description copied from interface:UserGroupProps
(experimental) Enforces a particular physical user group name.Default:
- Specified by:
getUserGroupName
in interfaceUserGroupProps
-
getUsers
Description copied from interface:UserGroupProps
(experimental) List of users inside the user group.Default: - no users
- Specified by:
getUsers
in interfaceUserGroupProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-