Skip to main content

maps_list_only

Lists maps in a region or regions, for all properties use maps

Overview

Namemaps_list_only
TypeResource
DescriptionDefinition of AWS::Location::Map Resource Type
Idaws.location.maps_list_only

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
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestringThe datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
arnstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all maps in a region.

SELECT
region,
map_name
FROM aws.location.maps_list_only
WHERE region = 'us-east-1';

Permissions

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