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

UpdateDataSourceRequest

import type { UpdateDataSourceRequest } from "https://aws-api.deno.dev/v0.4/services/kendra.ts?docs=full";
interface UpdateDataSourceRequest {
Configuration?: DataSourceConfiguration | null;
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | null;
Description?: string | null;
Id: string;
IndexId: string;
LanguageCode?: string | null;
Name?: string | null;
RoleArn?: string | null;
Schedule?: string | null;
VpcConfiguration?: DataSourceVpcConfiguration | null;
}

§Properties

§
Configuration?: DataSourceConfiguration | null
[src]

Configuration information you want to update for the data source connector.

§
CustomDocumentEnrichmentConfiguration?: CustomDocumentEnrichmentConfiguration | null
[src]

Configuration information you want to update for altering document metadata and content during the document ingestion process.

For more information on how to create, modify and delete document metadata, or make other content alterations when you ingest documents into Amazon Kendra, see Customizing document metadata during the ingestion process.

§
Description?: string | null
[src]

A new description for the data source connector.

§
Id: string
[src]

The identifier of the data source connector you want to update.

§
IndexId: string
[src]

The identifier of the index used with the data source connector.

§
LanguageCode?: string | null
[src]

The code for a language you want to update for the data source connector. This allows you to support a language for all documents when updating the data source. English is supported by default. For more information on supported languages, including their codes, see Adding documents in languages other than English.

§
Name?: string | null
[src]

A new name for the data source connector.

§
RoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of a role with permission to access the data source and required resources. For more information, see IAM roles for Amazon Kendra.

§
Schedule?: string | null
[src]

The sync schedule you want to update for the data source connector.

§
VpcConfiguration?: DataSourceVpcConfiguration | null
[src]

Configuration information for an Amazon Virtual Private Cloud to connect to your data source. For more information, see Configuring a VPC.