[ aws . location ]

get-map-style-descriptor

Description

Retrieves the map style descriptor from a map resource.

The style descriptor contains specifications on how features render on a map. For example, what data to display, what order to display the data in, and the style for the data. Style descriptors follow the Mapbox Style Specification.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  get-map-style-descriptor
--map-name <value>
<outfile>

Options

--map-name (string)

The map resource to retrieve the style descriptor from.

outfile (string) Filename where the content will be saved

See ‘aws help’ for descriptions of global parameters.

Output

Blob -> (blob)

Contains the body of the style descriptor.

ContentType -> (string)

The style descriptor’s content type. For example, application/json .