GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::Kendra::SharePointConfiguration(3) User Contributed Perl Documentation Paws::Kendra::SharePointConfiguration(3)

Paws::Kendra::SharePointConfiguration

This class represents one of two things:

Arguments in a call to a service

Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object.

As an example, if Att1 is expected to be a Paws::Kendra::SharePointConfiguration object:

  $service_obj->Method(Att1 => { CrawlAttachments => $value, ..., VpcConfiguration => $value  });

Results returned from an API call

Use accessors for each attribute. If Att1 is expected to be an Paws::Kendra::SharePointConfiguration object:

  $result = $service_obj->Method(...);
  $result->Att1->CrawlAttachments

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

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

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

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

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.

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 "UpdateIndex" operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html).

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.

REQUIRED SecretArn => Str

The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager. The credentials should be a user/password pair. For more information, see Using a Microsoft SharePoint Data Source (https://docs.aws.amazon.com/kendra/latest/dg/data-source-sharepoint.html). For more information about AWS Secrets Manager, see What Is AWS Secrets Manager (https://docs.aws.amazon.com/secretsmanager/latest/userguide/intro.html) in the AWS Secrets Manager user guide.

REQUIRED SharePointVersion => Str

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

REQUIRED Urls => ArrayRef[Str|Undef]

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

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.

This class forms part of Paws, describing an object used in Paws::Kendra

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.