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 ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGroup.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the group.The ID of the group.The name of the group.Methods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.awscdk.interfaces.synthetics.IGroupRef
getGroupRefMethods inherited from interface software.amazon.awscdk.IResource
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupArn
The ARN of the group. -
getGroupId
The ID of the group. -
getGroupName
The name of the group.
-