Skip to main content

maps

Retrieves a list of maps in a region

Overview

Namemaps
TypeResource
Descriptionmaps
Idawscc.location.maps

Fields

NameDatatypeDescription
map_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
map_name
FROM awscc.location.maps
WHERE region = 'us-east-1'

Permissions

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

Create

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

List

geo:ListMaps