A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/SharePointConfiguration.html below:

SharePointConfiguration — AWS SDK for Ruby V2

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

Class: Aws::Kendra::Types::SharePointConfiguration
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

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

{
  share_point_version: "SHAREPOINT_ONLINE",   urls: ["Url"],   secret_arn: "SecretArn",   crawl_attachments: false,
  use_change_log: false,
  inclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
  exclusion_patterns: ["DataSourceInclusionsExclusionsStringsMember"],
  vpc_configuration: {
    subnet_ids: ["SubnetId"],     security_group_ids: ["VpcSecurityGroupId"],   },
  field_mappings: [
    {
      data_source_field_name: "DataSourceFieldName",       date_field_format: "DataSourceDateFieldFormat",
      index_field_name: "IndexFieldName",     },
  ],
  document_title_field_name: "DataSourceFieldName",
  disable_local_groups: false,
}

Provides configuration information for connecting to a Microsoft SharePoint data source.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #crawl_attachments ⇒ Boolean

TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index; otherwise, FALSE.

#disable_local_groups ⇒ Boolean

A Boolean value that specifies whether local groups are disabled (True) or enabled (False).

#document_title_field_name ⇒ String

The Microsoft SharePoint attribute field that contains the title of the document.

#exclusion_patterns ⇒ Array<String>

A list of regular expression patterns. Documents that match the patterns are excluded from the index. Documents that don\'t match the patterns are included in the index. If a document matches both an exclusion pattern and an inclusion pattern, the document is not included in the index.

The regex is applied to the display URL of the SharePoint document.

#field_mappings ⇒ Array<Types::DataSourceToIndexFieldMapping>

A list of DataSourceToIndexFieldMapping objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields.

#inclusion_patterns ⇒ Array<String>

A list of regular expression patterns. Documents that match the patterns are included in the index. Documents that don\'t match the patterns are excluded from the index. If a document matches both an inclusion pattern and an exclusion pattern, the document is not included in the index.

The regex is applied to the display URL of the SharePoint document.

The version of Microsoft SharePoint that you are using as a data source.

Possible values:

#urls ⇒ Array<String>

The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.

#use_change_log ⇒ Boolean

Set to TRUE to use the Microsoft SharePoint change log to determine the documents that need to be updated in the index. Depending on the size of the SharePoint change log, it may take longer for Amazon Kendra to use the change log than it takes it to determine the changed documents using the Amazon Kendra document crawler.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4