Show / Hide Table of Contents

Interface IUserGroup

(experimental) Represents an ElastiCache UserGroup.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.ElastiCache.Alpha
Assembly: Amazon.CDK.AWS.ElastiCache.Alpha.dll
Syntax (csharp)
public interface IUserGroup : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface IUserGroup Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

Engine

(experimental) The engine type for the user group.

UserGroupArn

(experimental) The ARN of the user group.

UserGroupName

(experimental) The name of the user group.

Users

(experimental) List of users in the user group.

Methods

AddUser(IUser)

(experimental) Add a user to this user group.

Properties

Engine

(experimental) The engine type for the user group.

UserEngine? Engine { get; }
Property Value

UserEngine?

Remarks

Stability: Experimental

UserGroupArn

(experimental) The ARN of the user group.

string UserGroupArn { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

UserGroupName

(experimental) The name of the user group.

string UserGroupName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Users

(experimental) List of users in the user group.

IUser[]? Users { get; }
Property Value

IUser[]

Remarks

Stability: Experimental

Methods

AddUser(IUser)

(experimental) Add a user to this user group.

void AddUser(IUser user)
Parameters
user IUser

The user to add.

Remarks

Stability: Experimental

Back to top Generated by DocFX