Uses of Interface
software.amazon.awscdk.interfaces.location.IGeofenceCollectionRef
Packages that use IGeofenceCollectionRef
Package
Description
AWS::Location Construct Library
-
Uses of IGeofenceCollectionRef in software.amazon.awscdk.interfaces.location
Subinterfaces of IGeofenceCollectionRef in software.amazon.awscdk.interfaces.locationModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIGeofenceCollectionRef.Classes in software.amazon.awscdk.interfaces.location that implement IGeofenceCollectionRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IGeofenceCollectionRef in software.amazon.awscdk.services.location
Classes in software.amazon.awscdk.services.location that implement IGeofenceCollectionRefModifier and TypeClassDescriptionclassTheAWS::Location::GeofenceCollectionresource specifies the ability to detect and act when a tracked device enters or exits a defined geographical boundary known as a geofence.Methods in software.amazon.awscdk.services.location that return IGeofenceCollectionRefModifier and TypeMethodDescriptionstatic IGeofenceCollectionRefCfnGeofenceCollection.fromCollectionName(software.constructs.Construct scope, String id, String collectionName) Creates a new IGeofenceCollectionRef from a collectionName.static IGeofenceCollectionRefCfnGeofenceCollection.fromGeofenceCollectionArn(software.constructs.Construct scope, String id, String arn) Creates a new IGeofenceCollectionRef from an ARN.