Uses of Interface
software.amazon.awscdk.services.synthetics.IGroup
Packages that use IGroup
Package
Description
Amazon CloudWatch Synthetics Construct Library
-
Uses of IGroup in software.amazon.awscdk.services.synthetics
Subinterfaces of IGroup in software.amazon.awscdk.services.syntheticsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGroup.Classes in software.amazon.awscdk.services.synthetics that implement IGroupModifier and TypeClassDescriptionclassDefine a new CloudWatch Synthetics Group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.synthetics that return IGroupModifier and TypeMethodDescriptionstatic IGroupGroup.fromGroupArn(software.constructs.Construct scope, String id, String groupArn) Import an existing group by ARN.static IGroupGroup.fromGroupName(software.constructs.Construct scope, String id, String groupName) Import an existing group by name.