@Stability(value=Stable) @Internal public static final class CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.SharePointConfigurationProperty.Builder, CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.SharePointConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCrawlAttachments()
`TRUE` to index document attachments.
|
Object |
getDisableLocalGroups()
`TRUE` to disable local groups information.
|
String |
getDocumentTitleFieldName()
The Microsoft SharePoint attribute field that contains the title of the document.
|
List<String> |
getExclusionPatterns()
A list of regular expression patterns.
|
Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map Microsoft SharePoint attributes or fields to Amazon Kendra index fields.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain documents in your SharePoint.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of an AWS Secrets Manager secret that contains the user name and password required to connect to the SharePoint instance.
|
String |
getSharePointVersion()
The version of Microsoft SharePoint that you use.
|
Object |
getSslCertificateS3Path()
Information required to find a specific file in an Amazon S3 bucket.
|
List<String> |
getUrls()
The Microsoft SharePoint site URLs for the documents you want to index.
|
Object |
getUseChangeLog()
`TRUE` to use the SharePoint change log to determine which documents require updating in the index.
|
Object |
getVpcConfiguration()
Provides information for connecting to an Amazon VPC.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.SharePointConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getSecretArn()
CfnDataSource.SharePointConfigurationPropertyIf you use SharePoint Server, you also need to provide the sever domain name as part of the credentials. For more information, see Using a Microsoft SharePoint Data Source .
You can also provide OAuth authentication credentials of user name, password, client ID, and client secret. For more information, see Using a SharePoint data source .
getSecretArn in interface CfnDataSource.SharePointConfigurationPropertypublic final String getSharePointVersion()
CfnDataSource.SharePointConfigurationPropertygetSharePointVersion in interface CfnDataSource.SharePointConfigurationPropertypublic final List<String> getUrls()
CfnDataSource.SharePointConfigurationPropertygetUrls in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getCrawlAttachments()
CfnDataSource.SharePointConfigurationPropertygetCrawlAttachments in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getDisableLocalGroups()
CfnDataSource.SharePointConfigurationPropertygetDisableLocalGroups in interface CfnDataSource.SharePointConfigurationPropertypublic final String getDocumentTitleFieldName()
CfnDataSource.SharePointConfigurationPropertygetDocumentTitleFieldName in interface CfnDataSource.SharePointConfigurationPropertypublic final List<String> getExclusionPatterns()
CfnDataSource.SharePointConfigurationPropertyDocuments 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.
getExclusionPatterns in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.SharePointConfigurationPropertyYou must first create the index fields using the UpdateIndex operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields .
getFieldMappings in interface CfnDataSource.SharePointConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.SharePointConfigurationPropertyDocuments 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 and exclusion pattern, the exclusion pattern takes precedence and the document isn't included in the index.
The regex applies to the display URL of the SharePoint document.
getInclusionPatterns in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getSslCertificateS3Path()
CfnDataSource.SharePointConfigurationPropertygetSslCertificateS3Path in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getUseChangeLog()
CfnDataSource.SharePointConfigurationPropertyDepending on the change log's size, it may take longer for Amazon Kendra to use the change log than to scan all of your documents in SharePoint.
getUseChangeLog in interface CfnDataSource.SharePointConfigurationPropertypublic final Object getVpcConfiguration()
CfnDataSource.SharePointConfigurationPropertygetVpcConfiguration in interface CfnDataSource.SharePointConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.