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

    Constructors
    Modifier
    Constructor
    Description
    protected
    Constructor that initializes the object based on literal property values passed by the UserGroupProps.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 Type
    Method
    Description
    com.fasterxml.jackson.databind.JsonNode
     
    final boolean
     
    (experimental) The engine type for the user group Enum options: UserEngine.VALKEY, UserEngine.REDIS.
    final String
    (experimental) Enforces a particular physical user group name.
    final List<IUser>
    (experimental) List of users inside the user group.
    final int
     

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • 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

      protected Jsii$Proxy(UserGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the UserGroupProps.Builder.
  • Method Details

    • getEngine

      public final UserEngine 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 interface UserGroupProps
    • getUserGroupName

      public final String getUserGroupName()
      Description copied from interface: UserGroupProps
      (experimental) Enforces a particular physical user group name.

      Default:

      Specified by:
      getUserGroupName in interface UserGroupProps
    • getUsers

      public final List<IUser> getUsers()
      Description copied from interface: UserGroupProps
      (experimental) List of users inside the user group.

      Default: - no users

      Specified by:
      getUsers in interface UserGroupProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object