KnowledgeBaseAppIntegrationsConfiguration

data class KnowledgeBaseAppIntegrationsConfiguration(val appIntegrationArn: String, val objectFields: List<String>? = null)

Constructors

constructor(appIntegrationArn: String, objectFields: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AppIntegrations DataIntegration to use for ingesting content.

Link copied to clipboard
val objectFields: List<String>? = null

The fields from the source that are made available to your agents in Amazon Q in Connect. Optional if ObjectConfiguration is included in the provided DataIntegration.