AWS Fundamentals Logo
AWS Fundamentals
AWS::Location::Map

Location Map

Definition of AWS::Location::Map Resource Type

Properties

5 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
Configuration
MapConfiguration
RequiredCreate-only
MapName
string
RequiredCreate-only
Description
string
PricingPlan
string
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
Arnstring-
CreateTimestring-
MapArnstring-
UpdateTimestring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Location::Map

Resources:
  MyResource:
    Type: AWS::Location::Map
    Properties:
      Configuration: "value"
      MapName: "my-mapname"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

geo:CreateMapgeo:DescribeMapgeo:TagResourcegeo:UntagResource

delete

geo:DeleteMapgeo:DescribeMap

list

geo:ListMaps

read

geo:DescribeMap

update

geo:CreateMapgeo:DescribeMapgeo:TagResourcegeo:UntagResourcegeo:UpdateMap

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceLocation
Properties9
Required2
TaggingSupported
Primary IDMapName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ConfigurationMapName

External Links