Class: Aws::Kendra::Types::ConfluencePageConfiguration

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-kendra/types.rb

Overview

Configuration of the page settings for the Confluence data source.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#page_field_mappingsArray<Types::ConfluencePageToIndexFieldMapping>

Maps attributes or field names of Confluence pages to Amazon Kendra index field names. To create custom fields, use the ‘UpdateIndex` API before you map to Confluence fields. For more information, see [Mapping data source fields]. The Confluence data source field names must exist in your Confluence custom metadata.

If you specify the ‘PageFieldMappings` parameter, you must specify at least one field mapping.

[1]: docs.aws.amazon.com/kendra/latest/dg/field-mapping.html



1625
1626
1627
1628
1629
# File 'lib/aws-sdk-kendra/types.rb', line 1625

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