Class UserGroupBase
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.Resource
software.amazon.awscdk.services.elasticache.alpha.UserGroupBase
- All Implemented Interfaces:
IEnvironmentAware,IResource,IUserGroup,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
UserGroup
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-20T23:37:34.227Z")
@Stability(Experimental)
public abstract class UserGroupBase
extends Resource
implements IUserGroup
(experimental) Base class for UserGroup constructs.
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.services.elasticache.alpha.IUserGroup
IUserGroup.Jsii$Default -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedUserGroupBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedUserGroupBase(software.amazon.jsii.JsiiObjectRef objRef) protectedUserGroupBase(software.constructs.Construct scope, String id) protectedUserGroupBase(software.constructs.Construct scope, String id, ResourceProps props) -
Method Summary
Modifier and TypeMethodDescriptionvoid(experimental) Add a user to this user group.abstract UserEngine(experimental) The engine type for the user group.abstract String(experimental) The ARN of the user group.abstract String(experimental) The name of the user group.getUsers()(experimental) List of users in the user group.Methods inherited from class software.amazon.awscdk.Resource
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isOwnedResource, isResourceMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
UserGroupBase
protected UserGroupBase(software.amazon.jsii.JsiiObjectRef objRef) -
UserGroupBase
protected UserGroupBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
UserGroupBase
@Stability(Stable) protected UserGroupBase(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable ResourceProps props) - Parameters:
scope- This parameter is required.id- This parameter is required.props-
-
UserGroupBase
@Stability(Stable) protected UserGroupBase(@NotNull software.constructs.Construct scope, @NotNull String id) - Parameters:
scope- This parameter is required.id- This parameter is required.
-
-
Method Details
-
addUser
(experimental) Add a user to this user group.- Specified by:
addUserin interfaceIUserGroup- Parameters:
_user- The user to add. This parameter is required.
-
getUserGroupArn
(experimental) The ARN of the user group.- Specified by:
getUserGroupArnin interfaceIUserGroup
-
getUserGroupName
(experimental) The name of the user group.- Specified by:
getUserGroupNamein interfaceIUserGroup
-
getEngine
(experimental) The engine type for the user group.- Specified by:
getEnginein interfaceIUserGroup
-
getUsers
(experimental) List of users in the user group.- Specified by:
getUsersin interfaceIUserGroup
-