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

ConfluencePageToIndexFieldMapping

import type { ConfluencePageToIndexFieldMapping } from "https://aws-api.deno.dev/v0.3/services/kendra.ts?docs=full";

Defines the mapping between a field in the Confluence data source to a Amazon Kendra index field.

You must first create the index field using the UpdateIndex operation.

interface ConfluencePageToIndexFieldMapping {
DataSourceFieldName?: ConfluencePageFieldName | null;
DateFieldFormat?: string | null;
IndexFieldName?: string | null;
}

§Properties

§
DataSourceFieldName?: ConfluencePageFieldName | null
[src]

The name of the field in the data source.

§
DateFieldFormat?: string | null
[src]

The format for date fields in the data source. If the field specified in DataSourceFieldName is a date field you must specify the date format. If the field is not a date field, an exception is thrown.

§
IndexFieldName?: string | null
[src]

The name of the index field to map to the Confluence data source field. The index field type must match the Confluence field type.