Interface IUserGroup.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, IUserGroup, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IUserGroup.Jsii$Proxy
Enclosing interface:
IUserGroup

@Internal public static interface IUserGroup.Jsii$Default extends IUserGroup, IResource.Jsii$Default
Internal default implementation for IUserGroup.
  • Method Details

    • getUserGroupArn

      @Stability(Experimental) @NotNull default String getUserGroupArn()
      (experimental) The ARN of the user group.
      Specified by:
      getUserGroupArn in interface IUserGroup
    • getUserGroupName

      @Stability(Experimental) @NotNull default String getUserGroupName()
      (experimental) The name of the user group.
      Specified by:
      getUserGroupName in interface IUserGroup
    • getEngine

      @Stability(Experimental) @Nullable default UserEngine getEngine()
      (experimental) The engine type for the user group.
      Specified by:
      getEngine in interface IUserGroup
    • getUsers

      @Stability(Experimental) @Nullable default List<IUser> getUsers()
      (experimental) List of users in the user group.
      Specified by:
      getUsers in interface IUserGroup
    • addUser

      @Stability(Experimental) default void addUser(@NotNull IUser user)
      (experimental) Add a user to this user group.

      Specified by:
      addUser in interface IUserGroup
      Parameters:
      user - The user to add. This parameter is required.