Interface IGroup.Jsii$Default

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

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

    • getGroupArn

      @Stability(Stable) @NotNull default String getGroupArn()
      The ARN of the group.
      Specified by:
      getGroupArn in interface IGroup
    • getGroupId

      @Stability(Stable) @NotNull default String getGroupId()
      The ID of the group.
      Specified by:
      getGroupId in interface IGroup
    • getGroupName

      @Stability(Stable) @NotNull default String getGroupName()
      The name of the group.
      Specified by:
      getGroupName in interface IGroup