DataSource

class DataSource : KotlinCustomResource

Kendra DataSource

Properties

Link copied to clipboard
val arn: Output<String>

The Amazon Resource Name (ARN) of the data source. For example: arn:aws:kendra:us-west-2:111122223333:index/335c3741-41df-46a6-b5d3-61f85b787884/data-source/b8cae438-6787-4091-8897-684a652bbb0a

Link copied to clipboard
val awsId: Output<String>

The identifier for the data source. For example: b8cae438-6787-4091-8897-684a652bbb0a .

Link copied to clipboard

Configuration information for altering document metadata and content during the document ingestion process.

Link copied to clipboard

Configuration information for an Amazon Kendra data source. The contents of the configuration depend on the type of data source. You can only specify one type of data source in the configuration. You can't specify the Configuration parameter when the Type parameter is set to CUSTOM . The Configuration parameter is required for all other data sources.

Link copied to clipboard
val description: Output<String>?

A description for the data source connector.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val indexId: Output<String>

The identifier of the index you want to use with the data source connector.

Link copied to clipboard
val languageCode: Output<String>?

The code for a language. This shows a supported language for all documents in 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 .

Link copied to clipboard
val name: Output<String>

The name of the data source.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val roleArn: Output<String>?

The Amazon Resource Name (ARN) of a role with permission to access the data source. You can't specify the RoleArn parameter when the Type parameter is set to CUSTOM . The RoleArn parameter is required for all other data sources.

Link copied to clipboard
val schedule: Output<String>?

Sets the frequency that Amazon Kendra checks the documents in your data source and updates the index. If you don't set a schedule, Amazon Kendra doesn't periodically update the index.

Link copied to clipboard
val tags: Output<List<Tag>>?

Tags for labeling the data source

Link copied to clipboard
val type: Output<DataSourceType>

The type of the data source.

Link copied to clipboard
val urn: Output<String>