---
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
- [WAW065](/rules/WAW065.md): Transit Gateway route table has associations but no propagations, or an attachment wired into no route table
- [WAW066](/rules/WAW066.md): Private subnet's route table has no default route, or its default route targets a gateway that does not exist in the template
- [WAW067](/rules/WAW067.md): A single-AZ NAT gateway serves private subnets across multiple Availability Zones — single point of failure for cross-AZ egress
- [WAW068](/rules/WAW068.md): VPN Gateway or Transit Gateway has only one attached VPN Connection — no redundant path for hybrid connectivity
