aws.location.get_map_style_descriptor
Example SQL Queries
SELECT * FROMaws.location.get_map_style_descriptorWHERE"map_name" = 'VALUE';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.
Table Definition
| Column Name | Column Data Type |
|---|---|
| map_name Required Input Column The map resource to retrieve the style descriptor from. | VARCHAR |
| key Input Column The optional API key to authorize the request. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| blob Contains the body of the style descriptor. | BLOB |
| cache_control The HTTP Cache-Control directive for the value. | VARCHAR |
| content_type The style descriptor's content type. For example, application/json. | VARCHAR |