Skip to content

Data Source: awsLocationPlaceIndex

Retrieve information about a Location Service Place Index.

Example Usage

/*Provider bindings are generated by running cdktf get.
See https://cdk.tf/provider-generation for more details.*/
import * as aws from "./.gen/providers/aws";
new aws.dataAwsLocationPlaceIndex.DataAwsLocationPlaceIndex(this, "example", {
  indexName: "example",
});

Argument Reference

  • indexName - (Required) Name of the place index resource.

Attribute Reference

  • createTime - Timestamp for when the place index resource was created in ISO 8601 format.
  • dataSource - Data provider of geospatial data.
  • dataSourceConfiguration - List of configurations that specify data storage option for requesting Places.
  • description - Optional description for the place index resource.
  • indexArn - ARN for the place index resource.
  • tags - Key-value map of resource tags for the place index.
  • updateTime - Timestamp for when the place index resource was last updated in ISO 8601 format.