Class CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.SharePointConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty.Builder, CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.SharePointConfigurationProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
TRUE
to index document attachments.final Object
TRUE
to disable local groups information.final String
The Microsoft SharePoint attribute field that contains the title of the document.A list of regular expression patterns.final Object
A list ofDataSourceToIndexFieldMapping
objects that map Microsoft SharePoint attributes or fields to Amazon Kendra index fields.A list of regular expression patterns to include certain documents in your SharePoint.final String
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.final String
The version of Microsoft SharePoint that you use.final Object
Information required to find a specific file in an Amazon S3 bucket.getUrls()
The Microsoft SharePoint site URLs for the documents you want to index.final Object
TRUE
to use the SharePoint change log to determine which documents require updating in the index.final Object
Provides information for connecting to an Amazon VPC.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
-
Method Details
-
getSecretArn
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
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.For more information, see Microsoft SharePoint .
- Specified by:
getSecretArn
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getUrls
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
The Microsoft SharePoint site URLs for the documents you want to index.- Specified by:
getUrls
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getCrawlAttachments
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
TRUE
to index document attachments.- Specified by:
getCrawlAttachments
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getDisableLocalGroups
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
TRUE
to disable local groups information.- Specified by:
getDisableLocalGroups
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
The Microsoft SharePoint attribute field that contains the title of the document.- Specified by:
getDocumentTitleFieldName
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getExclusionPatterns
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
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.
- Specified by:
getExclusionPatterns
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getFieldMappings
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
A list ofDataSourceToIndexFieldMapping
objects that map Microsoft SharePoint attributes or fields to Amazon Kendra index fields.You must first create the index fields using the UpdateIndex operation before you map SharePoint attributes. For more information, see Mapping Data Source Fields .
- Specified by:
getFieldMappings
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getInclusionPatterns
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
A list of regular expression patterns to include certain documents in your SharePoint.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 applies to the display URL of the SharePoint document.
- Specified by:
getInclusionPatterns
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getSslCertificateS3Path
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
Information required to find a specific file in an Amazon S3 bucket.- Specified by:
getSslCertificateS3Path
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getUseChangeLog
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
TRUE
to use the SharePoint change log to determine which documents require updating in the index.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.
- Specified by:
getUseChangeLog
in interfaceCfnDataSource.SharePointConfigurationProperty
-
getVpcConfiguration
Description copied from interface:CfnDataSource.SharePointConfigurationProperty
Provides information for connecting to an Amazon VPC.- Specified by:
getVpcConfiguration
in interfaceCfnDataSource.SharePointConfigurationProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-