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