Interface IUser
(experimental) Represents an ElastiCache base user.
Namespace: Amazon.CDK.AWS.ElastiCache.Alpha
Assembly: Amazon.CDK.AWS.ElastiCache.Alpha.dll
Syntax (csharp)
public interface IUser : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IUser Inherits IResource, IConstruct, IDependable
Remarks
Stability: Experimental
Synopsis
Properties
Engine | (experimental) The engine for the user. |
UserArn | (experimental) The user's ARN. |
UserId | (experimental) The user's ID. |
UserName | (experimental) The user's name. |
Properties
Engine
(experimental) The engine for the user.
UserEngine? Engine { get; }
Property Value
Remarks
Stability: Experimental
UserArn
(experimental) The user's ARN.
string UserArn { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
UserId
(experimental) The user's ID.
string UserId { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true
UserName
(experimental) The user's name.
string? UserName { get; }
Property Value
Remarks
Stability: Experimental
Attribute: true