maps
Retrieves a list of maps
in a region
Overview
Name | maps |
Type | Resource |
Description | maps |
Id | awscc.location.maps |
Fields
Name | Datatype | Description |
---|---|---|
map_name | string | |
region | string | AWS 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