ConfluenceAttachmentConfiguration class

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.

Constructors

ConfluenceAttachmentConfiguration({List<ConfluenceAttachmentToIndexFieldMapping>? attachmentFieldMappings, bool? crawlAttachments})
ConfluenceAttachmentConfiguration.fromJson(Map<String, dynamic> json)
factory

Properties

attachmentFieldMappings List<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.
final
crawlAttachments bool?
Indicates whether Amazon Kendra indexes attachments to the pages and blogs in the Confluence data source.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited