locationservice_create_map {paws.application.integration} | R Documentation |
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers
Description
Creates a map resource in your Amazon Web Services account, which provides map tiles of different styles sourced from global location data providers.
See https://www.paws-r-sdk.com/docs/locationservice_create_map/ for full documentation.
Usage
locationservice_create_map(
Configuration,
Description = NULL,
MapName,
PricingPlan = NULL,
Tags = NULL
)
Arguments
Configuration |
[required] Specifies the |
Description |
An optional description for the map resource. |
MapName |
[required] The name for the map resource. Requirements:
|
PricingPlan |
No longer used. If included, the only allowed value is
|
Tags |
Applies one or more tags to the map resource. A tag is a key-value pair helps manage, identify, search, and filter your resources by labelling them. Format: Restrictions:
|