AWS Fundamentals Logo
AWS Fundamentals
AWS::Location::PlaceIndex

Location PlaceIndex

Definition of AWS::Location::PlaceIndex Resource Type

Properties

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

Filter:
PropertyTypeFlags
DataSource
string
RequiredCreate-only
IndexName
string
RequiredCreate-only
DataSourceConfiguration
DataSourceConfiguration
Description
string
PricingPlan
string
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreateTimestring-
IndexArnstring-
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::PlaceIndex

Resources:
  MyResource:
    Type: AWS::Location::PlaceIndex
    Properties:
      DataSource: "value"
      IndexName: "my-indexname"
      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:CreatePlaceIndexgeo:DescribePlaceIndexgeo:TagResourcegeo:UntagResource

delete

geo:DeletePlaceIndexgeo:DescribePlaceIndex

list

geo:ListPlaceIndexes

read

geo:DescribePlaceIndex

update

geo:CreatePlaceIndexgeo:DescribePlaceIndexgeo:TagResourcegeo:UntagResourcegeo:UpdatePlaceIndex

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
Properties10
Required2
TaggingSupported
Primary IDIndexName

Supported Operations

CreateDeleteListReadUpdate

Immutable After Creation

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

DataSourceIndexName

External Links