Uses of Interface
software.amazon.awscdk.interfaces.resourcegroups.IGroupRef
Packages that use IGroupRef
Package
Description
AWS::ResourceGroups Construct Library
-
Uses of IGroupRef in software.amazon.awscdk.interfaces.resourcegroups
Subinterfaces of IGroupRef in software.amazon.awscdk.interfaces.resourcegroupsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGroupRef.Classes in software.amazon.awscdk.interfaces.resourcegroups that implement IGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IGroupRef in software.amazon.awscdk.services.resourcegroups
Classes in software.amazon.awscdk.services.resourcegroups that implement IGroupRefModifier and TypeClassDescriptionclassCreates a resource group with the specified name and description.Methods in software.amazon.awscdk.services.resourcegroups that return IGroupRefModifier and TypeMethodDescriptionstatic IGroupRefCfnGroup.fromGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IGroupRef from an ARN.static IGroupRefCfnGroup.fromGroupName(software.constructs.Construct scope, String id, String groupName) Creates a new IGroupRef from a groupName.