Uses of Interface
software.amazon.awscdk.interfaces.iot.IThingGroupRef
Packages that use IThingGroupRef
Package
Description
AWS IoT Construct Library
-
Uses of IThingGroupRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of IThingGroupRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIThingGroupRef.Classes in software.amazon.awscdk.interfaces.iot that implement IThingGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IThingGroupRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement IThingGroupRefMethods in software.amazon.awscdk.services.iot that return IThingGroupRefModifier and TypeMethodDescriptionstatic IThingGroupRefCfnThingGroup.fromThingGroupArn(software.constructs.Construct scope, String id, String arn) Creates a new IThingGroupRef from an ARN.static IThingGroupRefCfnThingGroup.fromThingGroupName(software.constructs.Construct scope, String id, String thingGroupName) Creates a new IThingGroupRef from a thingGroupName.