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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.SharePointConfigurationProperty
CfnDataSource.SharePointConfigurationProperty.Builder, CfnDataSource.SharePointConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.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 interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getUrls
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyThe Microsoft SharePoint site URLs for the documents you want to index.- Specified by:
getUrlsin interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getCrawlAttachments
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyTRUEto index document attachments.Returns union: either
BooleanorIResolvable- Specified by:
getCrawlAttachmentsin interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getDisableLocalGroups
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyTRUEto disable local groups information.Returns union: either
BooleanorIResolvable- Specified by:
getDisableLocalGroupsin interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyThe Microsoft SharePoint attribute field that contains the title of the document.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getExclusionPatterns
Description 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 interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getFieldMappings
Description 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 interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getInclusionPatterns
Description 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 interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getSslCertificateS3Path
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyInformation required to find a specific file in an Amazon S3 bucket.Returns union: either
IResolvableorCfnDataSource.S3PathProperty- Specified by:
getSslCertificateS3Pathin interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getUseChangeLog
Description 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 interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
getVpcConfiguration
Description copied from interface:CfnDataSource.SharePointConfigurationPropertyProvides information for connecting to an Amazon VPC.Returns union: either
IResolvableorCfnDataSource.DataSourceVpcConfigurationProperty- Specified by:
getVpcConfigurationin interfaceCfnDataSource.SharePointConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-