public static final class CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty.Builder, CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getCrawlAttachments()
`TRUE` to include attachments to documents stored in your Microsoft SharePoint site in the index;
|
java.lang.Object |
getDisableLocalGroups()
A Boolean value that specifies whether local groups are disabled ( `True` ) or enabled ( `False` ).
|
java.lang.String |
getDocumentTitleFieldName()
The Microsoft SharePoint attribute field that contains the title of the document.
|
java.util.List<java.lang.String> |
getExclusionPatterns()
A list of regular expression patterns.
|
java.lang.Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map Microsoft SharePoint attributes to custom fields in the Amazon Kendra index.
|
java.util.List<java.lang.String> |
getInclusionPatterns()
A list of regular expression patterns to include certain documents in your SharePoint.
|
java.lang.String |
getSecretArn()
The Amazon Resource Name (ARN) of credentials stored in AWS Secrets Manager .
|
java.lang.String |
getSharePointVersion()
The version of Microsoft SharePoint that you are using as a data source.
|
java.lang.Object |
getSslCertificateS3Path()
Information required to find a specific file in an Amazon S3 bucket.
|
java.util.List<java.lang.String> |
getUrls()
The URLs of the Microsoft SharePoint site that contains the documents that should be indexed.
|
java.lang.Object |
getUseChangeLog()
`TRUE` to use the SharePoint change log to determine which documents require updating in the index.
|
java.lang.Object |
getVpcConfiguration()
Provides information for connecting to an Amazon VPC.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getSecretArn()
CfnDataSource.SharePointConfigurationProperty
The 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.SharePointConfigurationProperty
public final java.lang.String getSharePointVersion()
CfnDataSource.SharePointConfigurationProperty
getSharePointVersion
in interface CfnDataSource.SharePointConfigurationProperty
public final java.util.List<java.lang.String> getUrls()
CfnDataSource.SharePointConfigurationProperty
getUrls
in interface CfnDataSource.SharePointConfigurationProperty
public final java.lang.Object getCrawlAttachments()
CfnDataSource.SharePointConfigurationProperty
otherwise, FALSE
.
getCrawlAttachments
in interface CfnDataSource.SharePointConfigurationProperty
public final java.lang.Object getDisableLocalGroups()
CfnDataSource.SharePointConfigurationProperty
getDisableLocalGroups
in interface CfnDataSource.SharePointConfigurationProperty
public final java.lang.String getDocumentTitleFieldName()
CfnDataSource.SharePointConfigurationProperty
getDocumentTitleFieldName
in interface CfnDataSource.SharePointConfigurationProperty
public final java.util.List<java.lang.String> getExclusionPatterns()
CfnDataSource.SharePointConfigurationProperty
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.
getExclusionPatterns
in interface CfnDataSource.SharePointConfigurationProperty
public final java.lang.Object getFieldMappings()
CfnDataSource.SharePointConfigurationProperty
You 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.SharePointConfigurationProperty
public final java.util.List<java.lang.String> getInclusionPatterns()
CfnDataSource.SharePointConfigurationProperty
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 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.SharePointConfigurationProperty
public final java.lang.Object getSslCertificateS3Path()
CfnDataSource.SharePointConfigurationProperty
getSslCertificateS3Path
in interface CfnDataSource.SharePointConfigurationProperty
public final java.lang.Object getUseChangeLog()
CfnDataSource.SharePointConfigurationProperty
Depending 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.SharePointConfigurationProperty
public final java.lang.Object getVpcConfiguration()
CfnDataSource.SharePointConfigurationProperty
getVpcConfiguration
in interface CfnDataSource.SharePointConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()