@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 include attachments to documents stored in your Microsoft SharePoint site in the index;
|
Object |
getDisableLocalGroups()
A Boolean value that specifies whether local groups are disabled ( `True` ) or enabled ( `False` ).
|
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 to custom fields in the Amazon Kendra index.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain documents in your SharePoint.
|
String |
getSecretArn()
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .
|
String |
getSharePointVersion()
The version of Microsoft SharePoint that you are using as a data source.
|
Object |
getSslCertificateS3Path()
Information required to find a specific file in an Amazon S3 bucket.
|
List<String> |
getUrls()
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
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.SharePointConfigurationPropertyThe credentials should be a user/password pair. If 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 . For more information about AWS Secrets Manager see What Is AWS Secrets Manager in the AWS Secrets Manager user guide.
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.SharePointConfigurationProperty
otherwise, FALSE .
getCrawlAttachments 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 is applied 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.