Class CfnDataSource.WorkDocsConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.WorkDocsConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.WorkDocsConfigurationProperty
CfnDataSource.WorkDocsConfigurationProperty-
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.WorkDocsConfigurationProperty
CfnDataSource.WorkDocsConfigurationProperty.Builder, CfnDataSource.WorkDocsConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.WorkDocsConfigurationProperty.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 include comments on documents in your index.A list of regular expression patterns to exclude certain files in your WorkDocs site repository.final ObjectA list ofDataSourceToIndexFieldMappingobjects that map WorkDocs data source attributes or field names to Amazon Kendra index field names.A list of regular expression patterns to include certain files in your WorkDocs site repository.final StringThe identifier of the directory corresponding to your WorkDocs site repository.final ObjectTRUEto use the WorkDocs change log to determine which documents require updating in the index.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.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDataSource.WorkDocsConfigurationProperty.Builder.
-
-
Method Details
-
getOrganizationId
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyThe identifier of the directory corresponding to your WorkDocs site repository.You can find the organization ID in the AWS Directory Service by going to Active Directory , then Directories . Your WorkDocs site directory has an ID, which is the organization ID. You can also set up a new WorkDocs directory in the AWS Directory Service console and enable a WorkDocs site for the directory in the WorkDocs console.
- Specified by:
getOrganizationIdin interfaceCfnDataSource.WorkDocsConfigurationProperty- See Also:
-
getCrawlComments
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyTRUEto include comments on documents in your index.Including comments in your index means each comment is a document that can be searched on.
The default is set to
FALSE.Returns union: either
BooleanorIResolvable- Specified by:
getCrawlCommentsin interfaceCfnDataSource.WorkDocsConfigurationProperty- See Also:
-
getExclusionPatterns
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyA list of regular expression patterns to exclude certain files in your WorkDocs site repository.Files that match the patterns are excluded from the index. Files that don’t match the patterns are included in the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
- Specified by:
getExclusionPatternsin interfaceCfnDataSource.WorkDocsConfigurationProperty- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyA list ofDataSourceToIndexFieldMappingobjects that map WorkDocs data source attributes or field names to Amazon Kendra index field names.To create custom fields, use the
UpdateIndexAPI before you map to WorkDocs fields. For more information, see Mapping data source fields . The WorkDocs data source field names must exist in your WorkDocs custom metadata.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.DataSourceToIndexFieldMappingProperty>- Specified by:
getFieldMappingsin interfaceCfnDataSource.WorkDocsConfigurationProperty- See Also:
-
getInclusionPatterns
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyA list of regular expression patterns to include certain files in your WorkDocs site repository.Files that match the patterns are included in the index. Files that don't match the patterns are excluded from the index. If a file matches both an inclusion and exclusion pattern, the exclusion pattern takes precedence and the file isn't included in the index.
- Specified by:
getInclusionPatternsin interfaceCfnDataSource.WorkDocsConfigurationProperty- See Also:
-
getUseChangeLog
Description copied from interface:CfnDataSource.WorkDocsConfigurationPropertyTRUEto use the WorkDocs 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 WorkDocs.
Returns union: either
BooleanorIResolvable- Specified by:
getUseChangeLogin interfaceCfnDataSource.WorkDocsConfigurationProperty- 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()
-