Stratosphere.Location.Tracker
data Tracker Source #
Constructors
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html
Fields
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-description
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-eventbridgeenabled
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-kmskeyenablegeospatialqueries
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-kmskeyid
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-positionfiltering
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-tags
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-location-tracker.html#cfn-location-tracker-trackername
Defined in Stratosphere.Location.Tracker
Methods
toJSON :: Tracker -> Value #
toEncoding :: Tracker -> Encoding #
toJSONList :: [Tracker] -> Value #
toEncodingList :: [Tracker] -> Encoding #
omitField :: Tracker -> Bool #
showsPrec :: Int -> Tracker -> ShowS #
show :: Tracker -> String #
showList :: [Tracker] -> ShowS #
(==) :: Tracker -> Tracker -> Bool #
(/=) :: Tracker -> Tracker -> Bool #
toResourceProperties :: Tracker -> ResourceProperties #
Associated Types
set :: PropertyType "Description" Tracker -> Tracker -> Tracker #
set :: PropertyType "EventBridgeEnabled" Tracker -> Tracker -> Tracker #
set :: PropertyType "KmsKeyEnableGeospatialQueries" Tracker -> Tracker -> Tracker #
set :: PropertyType "KmsKeyId" Tracker -> Tracker -> Tracker #
set :: PropertyType "PositionFiltering" Tracker -> Tracker -> Tracker #
set :: PropertyType "Tags" Tracker -> Tracker -> Tracker #
set :: PropertyType "TrackerName" Tracker -> Tracker -> Tracker #
mkTracker :: Value Text -> Tracker Source #