Interface IGroup

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IGrantable, IGroupRef, IIdentity, IPrincipal, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IGroup.Jsii$Default
All Known Implementing Classes:
Group, IGroup.Jsii$Proxy

@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)", date="2025-10-14T12:28:12.167Z") @Stability(Stable) public interface IGroup extends software.amazon.jsii.JsiiSerializable, IIdentity, IGroupRef
Represents an IAM Group.

See Also:
  • Method Details

    • getGroupArn

      @Stability(Stable) @NotNull String getGroupArn()
      Returns the IAM Group ARN.
    • getGroupName

      @Stability(Stable) @NotNull String getGroupName()
      Returns the IAM Group Name.
    • getNode

      @Stability(Stable) @NotNull software.constructs.Node getNode()
      The tree node.
      Specified by:
      getNode in interface software.constructs.IConstruct