Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreatePlaceIndexRequest

import type { CreatePlaceIndexRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/location.ts";
interface CreatePlaceIndexRequest {
DataSource: string;
DataSourceConfiguration?: DataSourceConfiguration | null;
Description?: string | null;
IndexName: string;
PricingPlan: PricingPlan;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
DataSource: string
[src]
§
DataSourceConfiguration?: DataSourceConfiguration | null
[src]
§
Description?: string | null
[src]
§
IndexName: string
[src]
§
PricingPlan: PricingPlan
[src]
§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]