Interface IGroup

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IGrantable, 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.102.0 (build e354887)", date="2024-08-29T22:54:19.965Z") @Stability(Stable) public interface IGroup extends software.amazon.jsii.JsiiSerializable, IIdentity
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.