Class: Aws::QuickSight::Types::FMKBParameters

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

Overview

The connection parameters for a fully managed knowledge base data source. Provide these parameters in the DataSourceParameters object when you create or update a data source that uses a fully managed knowledge base.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#knowledge_base_arnString

The Amazon Resource Name (ARN) of the Amazon Bedrock knowledge base.

Returns:

  • (String)


20422
20423
20424
20425
20426
20427
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20422

class FMKBParameters < Struct.new(
  :knowledge_base_arn,
  :linked_data_source_ids)
  SENSITIVE = []
  include Aws::Structure
end

#linked_data_source_idsArray<String>

The IDs of the linked data sources.

Returns:

  • (Array<String>)


20422
20423
20424
20425
20426
20427
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 20422

class FMKBParameters < Struct.new(
  :knowledge_base_arn,
  :linked_data_source_ids)
  SENSITIVE = []
  include Aws::Structure
end