@Stability(value=Stable) @Internal public static final class CfnDataSource.WorkDocsConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDataSource.WorkDocsConfigurationProperty
CfnDataSource.WorkDocsConfigurationPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnDataSource.WorkDocsConfigurationProperty.Builder, CfnDataSource.WorkDocsConfigurationProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnDataSource.WorkDocsConfigurationProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnDataSource.AccessControlListConfigurationProperty.Builder. |
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(Object o) |
Object |
getCrawlComments()
`TRUE` to include comments on documents in your index.
|
List<String> |
getExclusionPatterns()
A list of regular expression patterns to exclude certain files in your Amazon WorkDocs site repository.
|
Object |
getFieldMappings()
A list of `DataSourceToIndexFieldMapping` objects that map Amazon WorkDocs data source attributes or field names to Amazon Kendra index field names.
|
List<String> |
getInclusionPatterns()
A list of regular expression patterns to include certain files in your Amazon WorkDocs site repository.
|
String |
getOrganizationId()
The identifier of the directory corresponding to your Amazon WorkDocs site repository.
|
Object |
getUseChangeLog()
`TRUE` to use the Amazon WorkDocs change log to determine which documents require updating in the index.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnDataSource.WorkDocsConfigurationProperty.Builder builder)
CfnDataSource.AccessControlListConfigurationProperty.Builder.public final String getOrganizationId()
CfnDataSource.WorkDocsConfigurationPropertyYou can find the organization ID in the AWS Directory Service by going to Active Directory , then Directories . Your Amazon WorkDocs site directory has an ID, which is the organization ID. You can also set up a new Amazon WorkDocs directory in the AWS Directory Service console and enable a Amazon WorkDocs site for the directory in the Amazon WorkDocs console.
getOrganizationId in interface CfnDataSource.WorkDocsConfigurationPropertypublic final Object getCrawlComments()
CfnDataSource.WorkDocsConfigurationPropertyIncluding comments in your index means each comment is a document that can be searched on.
The default is set to FALSE .
getCrawlComments in interface CfnDataSource.WorkDocsConfigurationPropertypublic final List<String> getExclusionPatterns()
CfnDataSource.WorkDocsConfigurationPropertyFiles 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.
getExclusionPatterns in interface CfnDataSource.WorkDocsConfigurationPropertypublic final Object getFieldMappings()
CfnDataSource.WorkDocsConfigurationProperty
To create custom fields, use the UpdateIndex API before you map to Amazon WorkDocs fields. For more information, see Mapping data source fields . The Amazon WorkDocs data source field names must exist in your Amazon WorkDocs custom metadata.
getFieldMappings in interface CfnDataSource.WorkDocsConfigurationPropertypublic final List<String> getInclusionPatterns()
CfnDataSource.WorkDocsConfigurationPropertyFiles 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.
getInclusionPatterns in interface CfnDataSource.WorkDocsConfigurationPropertypublic final Object getUseChangeLog()
CfnDataSource.WorkDocsConfigurationPropertyDepending 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 Amazon WorkDocs.
getUseChangeLog in interface CfnDataSource.WorkDocsConfigurationProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.