Skip to main content

map

Gets an individual map resource

Overview

Namemap
TypeResource
Descriptionmap
Idawscc.location.map

Fields

NameDatatypeDescription
configurationobject
create_timestring
descriptionstring
map_arnstring
map_namestring
pricing_planstring
tagsarrayAn array of key-value pairs to apply to this resource.
update_timestring
arnstring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
configuration,
create_time,
description,
map_arn,
map_name,
pricing_plan,
tags,
update_time,
arn
FROM awscc.location.map
WHERE data__Identifier = '<MapName>';

Permissions

To operate on the map resource, the following permissions are required:

Read

geo:DescribeMap

Update

geo:CreateMap,
geo:DescribeMap,
geo:TagResource,
geo:UntagResource,
geo:UpdateMap

Delete

geo:DeleteMap,
geo:DescribeMap