NAME
Paws::Kendra::SharePointConfiguration
USAGE
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
DESCRIPTION
Provides configuration information for connecting to a Microsoft SharePoint data source.
ATTRIBUTES
CrawlAttachments => Bool
TRUE to include attachments to documents stored in your Microsoft SharePoint site in the index; otherwise, FALSE.
DocumentTitleFieldName => Str
The Microsoft SharePoint attribute field that contains the title of the document.
FieldMappings => ArrayRef[Paws::Kendra::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 (https://docs.aws.amazon.com/kendra/latest/dg/field-mapping.html).
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.
VpcConfiguration => Paws::Kendra::DataSourceVpcConfiguration
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Kendra
BUGS and CONTRIBUTIONS
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