AWS::Location::PlaceIndexDefinition of AWS::Location::PlaceIndex Resource Type
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataSource | string | RequiredCreate-only |
IndexName | string | RequiredCreate-only |
DataSourceConfiguration | DataSourceConfiguration | |
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 | - |
IndexArn | string | - |
UpdateTime | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
geo:CreatePlaceIndexgeo:DescribePlaceIndexgeo:TagResourcegeo:UntagResourcegeo:DeletePlaceIndexgeo:DescribePlaceIndexgeo:ListPlaceIndexesgeo:DescribePlaceIndexgeo:CreatePlaceIndexgeo:DescribePlaceIndexgeo:TagResourcegeo:UntagResourcegeo:UpdatePlaceIndexOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIndexNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DataSourceIndexName