ServiceNowServiceCatalogConfiguration
import type { ServiceNowServiceCatalogConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";interface ServiceNowServiceCatalogConfiguration {
CrawlAttachments?: boolean | null;
DocumentDataFieldName: string;
DocumentTitleFieldName?: string | null;
ExcludeAttachmentFilePatterns?: string[] | null;
FieldMappings?: DataSourceToIndexFieldMapping[] | null;
IncludeAttachmentFilePatterns?: string[] | null;
}