AWS::Location::MapDefinition of AWS::Location::Map Resource Type
5 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Configuration | MapConfiguration | RequiredCreate-only |
MapName | string | RequiredCreate-only |
Description | string | |
PricingPlan | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | - |
CreateTime | string | - |
MapArn | string | - |
UpdateTime | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
geo:CreateMapgeo:DescribeMapgeo:TagResourcegeo:UntagResourcegeo:DeleteMapgeo:DescribeMapgeo:ListMapsgeo:DescribeMapgeo:CreateMapgeo:DescribeMapgeo:TagResourcegeo:UntagResourcegeo:UpdateMapOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterMapNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConfigurationMapName