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

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;
}

§Properties

§
CrawlAttachments?: boolean | null
[src]
§
DocumentDataFieldName: string
[src]
§
DocumentTitleFieldName?: string | null
[src]
§
ExcludeAttachmentFilePatterns?: string[] | null
[src]
§
FieldMappings?: DataSourceToIndexFieldMapping[] | null
[src]
§
IncludeAttachmentFilePatterns?: string[] | null
[src]