map
Gets an individual map
resource
Overview
Name | map |
Type | Resource |
Description | map |
Id | awscc.location.map |
Fields
Name | Datatype | Description |
---|---|---|
configuration | object | |
create_time | string | |
description | string | |
map_arn | string | |
map_name | string | |
pricing_plan | string | |
tags | array | An array of key-value pairs to apply to this resource. |
update_time | string | |
arn | string | |
region | string | AWS 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