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.deno.dev/v0.3/services/kendra.ts?docs=full";

Provides configuration information required to connect to a ServiceNow data source.

interface ServiceNowConfiguration {
AuthenticationType?: ServiceNowAuthenticationType | null;
HostUrl: string;
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | null;
SecretArn: string;
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | null;
ServiceNowBuildVersion: ServiceNowBuildVersionType;
}

§Properties

§
AuthenticationType?: ServiceNowAuthenticationType | null
[src]

Determines the type of authentication used to connect to the ServiceNow instance. If you choose HTTP_BASIC, Amazon Kendra is authenticated using the user name and password provided in the Secrets Manager secret in the SecretArn field. When you choose OAUTH2, Amazon Kendra is authenticated using the OAuth token and secret provided in the Secrets Manager secret, and the user name and password are used to determine which information Amazon Kendra has access to.

When you use OAUTH2 authentication, you must generate a token and a client secret using the ServiceNow console. For more information, see Using a ServiceNow data source.

§
HostUrl: string
[src]

The ServiceNow instance that the data source connects to. The host endpoint should look like the following: {instance}.service-now.com.

§
KnowledgeArticleConfiguration?: ServiceNowKnowledgeArticleConfiguration | null
[src]

Provides configuration information for crawling knowledge articles in the ServiceNow site.

§
SecretArn: string
[src]

The Amazon Resource Name (ARN) of the Secrets Manager secret that contains the user name and password required to connect to the ServiceNow instance.

§
ServiceCatalogConfiguration?: ServiceNowServiceCatalogConfiguration | null
[src]

Provides configuration information for crawling service catalogs in the ServiceNow site.

§
ServiceNowBuildVersion: ServiceNowBuildVersionType
[src]

The identifier of the release that the ServiceNow host is running. If the host is not running the LONDON release, use OTHERS.