You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::ConfluenceAttachmentConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing ConfluenceAttachmentConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  crawl_attachments: false,
  attachment_field_mappings: [
    {
      data_source_field_name: "AUTHOR", # accepts AUTHOR, CONTENT_TYPE, CREATED_DATE, DISPLAY_URL, FILE_SIZE, ITEM_TYPE, PARENT_ID, SPACE_KEY, SPACE_NAME, URL, VERSION
      date_field_format: "DataSourceDateFieldFormat",
      index_field_name: "IndexFieldName",
    },
  ],
}

Specifies the attachment settings for the Confluence data source. Attachment settings are optional, if you don't specify settings attachments, Amazon Kendra won't index them.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#attachment_field_mappingsArray<Types::ConfluenceAttachmentToIndexFieldMapping>

Defines how attachment metadata fields should be mapped to index fields. Before you can map a field, you must first create an index field with a matching type using the console or the UpdateIndex operation.

If you specify the AttachentFieldMappings parameter, you must specify at least one field mapping.

Returns:

#crawl_attachmentsBoolean

Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.

Returns:

  • (Boolean)

    Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.