View source: R/locationservice_operations.R
locationservice_create_geofence_collection | R Documentation |
Creates a geofence collection, which manages and stores geofences.
See https://www.paws-r-sdk.com/docs/locationservice_create_geofence_collection/ for full documentation.
locationservice_create_geofence_collection(
CollectionName,
PricingPlan = NULL,
PricingPlanDataSource = NULL,
Description = NULL,
Tags = NULL,
KmsKeyId = NULL
)
CollectionName |
[required] A custom name for the geofence collection. Requirements:
|
PricingPlan |
No longer used. If included, the only allowed value is
|
PricingPlanDataSource |
This parameter is no longer used. |
Description |
An optional description for the geofence collection. |
Tags |
Applies one or more tags to the geofence collection. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them. Format: Restrictions:
|
KmsKeyId |
A key identifier for an Amazon Web Services KMS customer managed key. Enter a key ID, key ARN, alias name, or alias ARN. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.