Class: Aws::QuickSight::Types::KnowledgeBaseConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb

Overview

The configuration settings for a knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#template_configuration ⇒ Types::KbTemplateConfiguration

The template configuration that defines how the data source connector crawls and indexes data for the knowledge base. The template structure varies by connector type. See KbTemplateConfiguration for connector-specific details.



29765
29766
29767
29768
29769
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29765

class KnowledgeBaseConfiguration < Struct.new(
  :template_configuration)
  SENSITIVE = []
  include Aws::Structure
end