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

SalesforceConfiguration

import type { SalesforceConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/kendra.ts";
interface SalesforceConfiguration {
ChatterFeedConfiguration?: SalesforceChatterFeedConfiguration | null;
CrawlAttachments?: boolean | null;
ExcludeAttachmentFilePatterns?: string[] | null;
IncludeAttachmentFilePatterns?: string[] | null;
KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration | null;
SecretArn: string;
ServerUrl: string;
StandardObjectAttachmentConfiguration?: SalesforceStandardObjectAttachmentConfiguration | null;
StandardObjectConfigurations?: SalesforceStandardObjectConfiguration[] | null;
}

§Properties

§
ChatterFeedConfiguration?: SalesforceChatterFeedConfiguration | null
[src]
§
CrawlAttachments?: boolean | null
[src]
§
ExcludeAttachmentFilePatterns?: string[] | null
[src]
§
IncludeAttachmentFilePatterns?: string[] | null
[src]
§
KnowledgeArticleConfiguration?: SalesforceKnowledgeArticleConfiguration | null
[src]
§
SecretArn: string
[src]
§
ServerUrl: string
[src]
§
StandardObjectAttachmentConfiguration?: SalesforceStandardObjectAttachmentConfiguration | null
[src]
§
StandardObjectConfigurations?: SalesforceStandardObjectConfiguration[] | null
[src]