Class CfnUserProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticache.CfnUserProps.Jsii$Proxy
All Implemented Interfaces:
CfnUserProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnUserProps

@Stability(Stable) @Internal public static final class CfnUserProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnUserProps
An implementation for CfnUserProps
  • 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(CfnUserProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnUserProps.Builder.
  • Method Details

    • getEngine

      public final String getEngine()
      Description copied from interface: CfnUserProps
      The current supported value is redis.
      Specified by:
      getEngine in interface CfnUserProps
    • getUserId

      public final String getUserId()
      Description copied from interface: CfnUserProps
      The ID of the user.
      Specified by:
      getUserId in interface CfnUserProps
    • getUserName

      public final String getUserName()
      Description copied from interface: CfnUserProps
      The username of the user.
      Specified by:
      getUserName in interface CfnUserProps
    • getAccessString

      public final String getAccessString()
      Description copied from interface: CfnUserProps
      Access permissions string used for this user.
      Specified by:
      getAccessString in interface CfnUserProps
    • getAuthenticationMode

      public final Object getAuthenticationMode()
      Description copied from interface: CfnUserProps
      Specifies the authentication mode to use. Below is an example of the possible JSON values:.

       { Type: <iam | no-password-required | password> Passwords: ["*****", "******"] // If Type is password.
       }
       
      Specified by:
      getAuthenticationMode in interface CfnUserProps
    • getNoPasswordRequired

      public final Object getNoPasswordRequired()
      Description copied from interface: CfnUserProps
      Indicates a password is not required for this user.
      Specified by:
      getNoPasswordRequired in interface CfnUserProps
    • getPasswords

      public final List<String> getPasswords()
      Description copied from interface: CfnUserProps
      Passwords used for this user.

      You can create up to two passwords for each user.

      Specified by:
      getPasswords in interface CfnUserProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnUserProps
      AWS::ElastiCache::User.Tags.
      Specified by:
      getTags in interface CfnUserProps
    • $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