View source: R/locationservice_operations.R
locationservice_create_tracker | R Documentation |
Creates a tracker resource in your Amazon Web Services account, which lets you retrieve current and historical location of devices.
See https://www.paws-r-sdk.com/docs/locationservice_create_tracker/ for full documentation.
locationservice_create_tracker(
TrackerName,
PricingPlan = NULL,
KmsKeyId = NULL,
PricingPlanDataSource = NULL,
Description = NULL,
Tags = NULL,
PositionFiltering = NULL,
EventBridgeEnabled = NULL,
KmsKeyEnableGeospatialQueries = NULL
)
TrackerName |
[required] The name for the tracker resource. Requirements:
|
PricingPlan |
No longer used. If included, the only allowed value is
|
KmsKeyId |
A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN. |
PricingPlanDataSource |
This parameter is no longer used. |
Description |
An optional description for the tracker resource. |
Tags |
Applies one or more tags to the tracker resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them. Format: Restrictions:
|
PositionFiltering |
Specifies the position filtering for the tracker resource. Valid values:
This field is optional. If not specified, the default value is
|
EventBridgeEnabled |
Whether to enable position You do not need enable this feature to get |
KmsKeyEnableGeospatialQueries |
Enables This parameter is only used if you are using a KMS customer managed key. If you wish to encrypt your data using your own KMS customer managed key, then the Bounding Polygon Queries feature will be disabled by default. This is because by using this feature, a representation of your device positions will not be encrypted using the your KMS managed key. The exact device position, however; is still encrypted using your managed key. You can choose to opt-in to the Bounding Polygon Quseries feature. This
is done by setting the |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.