Interface IGroup

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

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-04-24T20:29:38.600Z") @Stability(Stable) public interface IGroup extends software.amazon.jsii.JsiiSerializable, IResource, IGroupRef
Represents a CloudWatch Synthetics Group.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IGroup.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    The ARN of the group.
    The ID of the group.
    The name of the group.

    Methods inherited from interface software.constructs.IConstruct

    getNode, with

    Methods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware

    getEnv

    Methods inherited from interface software.amazon.awscdk.interfaces.synthetics.IGroupRef

    getGroupRef

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getGroupArn

      @Stability(Stable) @NotNull String getGroupArn()
      The ARN of the group.
    • getGroupId

      @Stability(Stable) @NotNull String getGroupId()
      The ID of the group.
    • getGroupName

      @Stability(Stable) @NotNull String getGroupName()
      The name of the group.