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

ServiceNowConfiguration

import type { ServiceNowConfiguration } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/kendra.ts";
interface ServiceNowConfiguration {
AuthenticationType?: ServiceNowAuthenticationType | null;
HostUrl: string;
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | null;
SecretArn: string;
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | null;
ServiceNowBuildVersion: ServiceNowBuildVersionType;
}

§Properties

§
AuthenticationType?: ServiceNowAuthenticationType | null
[src]
§
HostUrl: string
[src]
§
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | null
[src]
§
SecretArn: string
[src]
§
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | null
[src]
§
ServiceNowBuildVersion: ServiceNowBuildVersionType
[src]