PNG  IHDR;IDATxܻn0K )(pA 7LeG{ §㻢|ذaÆ 6lذaÆ 6lذaÆ 6lom$^yذag5bÆ 6lذaÆ 6lذa{ 6lذaÆ `}HFkm,mӪôô! x|'ܢ˟;E:9&ᶒ}{v]n&6 h_tڠ͵-ҫZ;Z$.Pkž)!o>}leQfJTu іچ\X=8Rن4`Vwl>nG^is"ms$ui?wbs[m6K4O.4%/bC%t Mז -lG6mrz2s%9s@-k9=)kB5\+͂Zsٲ Rn~GRC wIcIn7jJhۛNCS|j08yiHKֶۛkɈ+;SzL/F*\Ԕ#"5m2[S=gnaPeғL lذaÆ 6l^ḵaÆ 6lذaÆ 6lذa; _ذaÆ 6lذaÆ 6lذaÆ RIENDB` # Generated by default/object.tt package Paws::Kendra::SharePointConfiguration; use Moose; has CrawlAttachments => (is => 'ro', isa => 'Bool'); has DisableLocalGroups => (is => 'ro', isa => 'Bool'); has DocumentTitleFieldName => (is => 'ro', isa => 'Str'); has ExclusionPatterns => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has FieldMappings => (is => 'ro', isa => 'ArrayRef[Paws::Kendra::DataSourceToIndexFieldMapping]'); has InclusionPatterns => (is => 'ro', isa => 'ArrayRef[Str|Undef]'); has SecretArn => (is => 'ro', isa => 'Str', required => 1); has SharePointVersion => (is => 'ro', isa => 'Str', required => 1); has SslCertificateS3Path => (is => 'ro', isa => 'Paws::Kendra::S3Path'); has Urls => (is => 'ro', isa => 'ArrayRef[Str|Undef]', required => 1); has UseChangeLog => (is => 'ro', isa => 'Bool'); has VpcConfiguration => (is => 'ro', isa => 'Paws::Kendra::DataSourceVpcConfiguration'); 1; ### main pod documentation begin ### =head1 NAME Paws::Kendra::SharePointConfiguration =head1 USAGE This class represents one of two things: =head3 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 }); =head3 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 =head1 DESCRIPTION Provides configuration information for connecting to a Microsoft SharePoint data source. =head1 ATTRIBUTES =head2 CrawlAttachments => Bool C to include attachments to documents stored in your Microsoft SharePoint site in the index; otherwise, C. =head2 DisableLocalGroups => Bool A Boolean value that specifies whether local groups are disabled (C) or enabled (C). =head2 DocumentTitleFieldName => Str The Microsoft SharePoint attribute field that contains the title of the document. =head2 ExclusionPatterns => ArrayRef[Str|Undef] 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. =head2 FieldMappings => ArrayRef[L] A list of C objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index. You must first create the index fields using the C 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). =head2 InclusionPatterns => ArrayRef[Str|Undef] 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. =head2 B 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 I user guide. =head2 B SharePointVersion => Str The version of Microsoft SharePoint that you are using as a data source. =head2 SslCertificateS3Path => L =head2 B Urls => ArrayRef[Str|Undef] The URLs of the Microsoft SharePoint site that contains the documents that should be indexed. =head2 UseChangeLog => Bool Set to C 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. =head2 VpcConfiguration => L =head1 SEE ALSO This class forms part of L, describing an object used in L =head1 BUGS and CONTRIBUTIONS The source code is located here: L Please report bugs to: L =cut