---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_location_place_index Resource - terraform-provider-awscc"
subcategory: ""
description: |-
Definition of AWS::Location::PlaceIndex Resource Type
---
# awscc_location_place_index (Resource)
Definition of AWS::Location::PlaceIndex Resource Type
## Schema
### Required
- `data_source` (String)
- `index_name` (String)
### Optional
- `data_source_configuration` (Attributes) (see [below for nested schema](#nestedatt--data_source_configuration))
- `description` (String)
- `pricing_plan` (String)
### Read-Only
- `arn` (String)
- `create_time` (String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
- `id` (String) Uniquely identifies the resource.
- `index_arn` (String)
- `update_time` (String) The datetime value in ISO 8601 format. The timezone is always UTC. (YYYY-MM-DDThh:mm:ss.sssZ)
### Nested Schema for `data_source_configuration`
Optional:
- `intended_use` (String)
## Import
Import is supported using the following syntax:
```shell
$ terraform import awscc_location_place_index.example
```