Class CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.SharePointConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SharePointConfigurationPropertyCfnDataSource.SharePointConfigurationProperty.Builder, CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.SharePointConfigurationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectTRUEto index document attachments.final ObjectTRUEto disable local groups information.final StringThe Microsoft SharePoint attribute field that contains the title of the document.A list of regular expression patterns.final ObjectA list ofDataSourceToIndexFieldMappingobjects 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 StringThe 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 StringThe version of Microsoft SharePoint that you use.final ObjectInformation 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 ObjectTRUEto use the SharePoint change log to determine which documents require updating in the index.final ObjectProvides information for connecting to an Amazon VPC.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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- 
getSecretArnDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyThe 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:
- getSecretArnin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getUrlsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyThe Microsoft SharePoint site URLs for the documents you want to index.- Specified by:
- getUrlsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getCrawlAttachmentsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyTRUEto index document attachments.Returns union: either BooleanorIResolvable- Specified by:
- getCrawlAttachmentsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getDisableLocalGroupsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyTRUEto disable local groups information.Returns union: either BooleanorIResolvable- Specified by:
- getDisableLocalGroupsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getDocumentTitleFieldNameDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyThe Microsoft SharePoint attribute field that contains the title of the document.- Specified by:
- getDocumentTitleFieldNamein interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getExclusionPatternsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyA 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:
- getExclusionPatternsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getFieldMappingsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyA list ofDataSourceToIndexFieldMappingobjects 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 . Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.DataSourceToIndexFieldMappingProperty>- Specified by:
- getFieldMappingsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getInclusionPatternsDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyA 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:
- getInclusionPatternsin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getSslCertificateS3PathDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyInformation required to find a specific file in an Amazon S3 bucket.Returns union: either IResolvableorCfnDataSource.S3PathProperty- Specified by:
- getSslCertificateS3Pathin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getUseChangeLogDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyTRUEto 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. Returns union: either BooleanorIResolvable- Specified by:
- getUseChangeLogin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
getVpcConfigurationDescription copied from interface:CfnDataSource.SharePointConfigurationPropertyProvides information for connecting to an Amazon VPC.Returns union: either IResolvableorCfnDataSource.DataSourceVpcConfigurationProperty- Specified by:
- getVpcConfigurationin interface- CfnDataSource.SharePointConfigurationProperty
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-