---
type: resource-type
title: Map
description: aws resource type AWS::Location::Map
name: Map
lexicon: aws
resource_type: AWS::Location::Map
---
`AWS::Location::Map`, a resource type of the aws lexicon.

## Properties

- `Configuration` (`Map_MapConfiguration`, required)
- `MapName` (`string`, required)
- `Arn` (`string`, optional)
- `CreateTime` (`string`, optional)
- `Description` (`string`, optional)
- `MapArn` (`string`, optional)
- `PricingPlan` (`Map_PricingPlan`, optional)
- `Tags` (`Map_Tag[]`, optional): An array of key-value pairs to apply to this resource.
- `UpdateTime` (`string`, optional)

## Attributes

- `Arn`
- `CreateTime`
- `MapArn`
- `UpdateTime`

## Governed by

- [COR020](/rules/COR020.md): Circular resource dependency — detects cycles in the resource dependency graph
- [EXT001](/rules/EXT001.md): Extension constraint violation — cross-property validation from cfn-lint extension schemas
- [WAW015](/rules/WAW015.md): Circular dependency between nested stacks would cause infinite build recursion
- [WAW016](/rules/WAW016.md): Deprecated property usage — flags properties marked as deprecated in the CloudFormation Registry
- [WAW036](/rules/WAW036.md): Non-ASCII characters in EC2/IAM/CW string properties — rejected at changeset time
- [WAW059](/rules/WAW059.md): Wildcard Resource where the declared graph enumerates the touched set — tighten to the consumers' declared Arns
- [WAW062](/rules/WAW062.md): Duplicate export name or explicit resource name within a template — fails at deploy time
