All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IUser.Jsii$Default
All Known Implementing Classes:
IamUser, IUser.Jsii$Proxy, NoPasswordUser, PasswordUser, UserBase

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-10-01T17:47:05.829Z") @Stability(Experimental) public interface IUser extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Represents an ElastiCache base user.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IUser.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    default UserEngine
    (experimental) The engine for the user.
    (experimental) The user's ARN.
    (experimental) The user's ID.
    default String
    (experimental) The user's name.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getUserArn

      @Stability(Experimental) @NotNull String getUserArn()
      (experimental) The user's ARN.
    • getUserId

      @Stability(Experimental) @NotNull String getUserId()
      (experimental) The user's ID.
    • getEngine

      @Stability(Experimental) @Nullable default UserEngine getEngine()
      (experimental) The engine for the user.
    • getUserName

      @Stability(Experimental) @Nullable default String getUserName()
      (experimental) The user's name.