Uses of Interface
software.amazon.awscdk.interfaces.iot.IThingRef
Packages that use IThingRef
Package
Description
AWS IoT Construct Library
-
Uses of IThingRef in software.amazon.awscdk.interfaces.iot
Subinterfaces of IThingRef in software.amazon.awscdk.interfaces.iotModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIThingRef.Classes in software.amazon.awscdk.interfaces.iot that implement IThingRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IThingRef in software.amazon.awscdk.services.iot
Classes in software.amazon.awscdk.services.iot that implement IThingRefModifier and TypeClassDescriptionclassUse theAWS::IoT::Thingresource to declare an AWS IoT thing.Methods in software.amazon.awscdk.services.iot that return IThingRefModifier and TypeMethodDescriptionstatic IThingRefCfnThing.fromThingArn(software.constructs.Construct scope, String id, String arn) Creates a new IThingRef from an ARN.static IThingRefCfnThing.fromThingName(software.constructs.Construct scope, String id, String thingName) Creates a new IThingRef from a thingName.Methods in software.amazon.awscdk.services.iot with parameters of type IThingRef