Uses of Interface
software.amazon.awscdk.interfaces.location.ITrackerRef
Packages that use ITrackerRef
Package
Description
AWS::Location Construct Library
-
Uses of ITrackerRef in software.amazon.awscdk.interfaces.location
Subinterfaces of ITrackerRef in software.amazon.awscdk.interfaces.locationModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITrackerRef.Classes in software.amazon.awscdk.interfaces.location that implement ITrackerRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITrackerRef in software.amazon.awscdk.services.location
Classes in software.amazon.awscdk.services.location that implement ITrackerRefModifier and TypeClassDescriptionclassSpecifies a tracker resource in your AWS account , which lets you receive current and historical location of devices.Methods in software.amazon.awscdk.services.location that return ITrackerRefModifier and TypeMethodDescriptionstatic ITrackerRefCfnTracker.fromTrackerArn(software.constructs.Construct scope, String id, String arn) Creates a new ITrackerRef from an ARN.static ITrackerRefCfnTracker.fromTrackerName(software.constructs.Construct scope, String id, String trackerName) Creates a new ITrackerRef from a trackerName.