Skip to main content

map_tags

Expands all tag keys and values for maps in a region

Overview

Namemap_tags
TypeResource
DescriptionDefinition of AWS::Location::Map Resource Type
Idaws.location.map_tags

Fields

NameDatatypeDescription
configurationobject
create_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
descriptionstring
map_arnstring
map_namestring
pricing_planstring
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all maps in a region.

SELECT
region,
configuration,
create_time,
description,
map_arn,
map_name,
pricing_plan,
update_time,
arn,
tag_key,
tag_value
FROM aws.location.map_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the map_tags resource, see maps