Class CfnDataSource.ConfluenceSpaceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.ConfluenceSpaceConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ConfluenceSpaceConfigurationProperty
CfnDataSource.ConfluenceSpaceConfigurationProperty- 
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.ConfluenceSpaceConfigurationPropertyCfnDataSource.ConfluenceSpaceConfigurationProperty.Builder, CfnDataSource.ConfluenceSpaceConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSpaceConfigurationProperty.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 archived spaces.final ObjectTRUEto index personal spaces.A list of space keys of Confluence spaces.A list of space keys for Confluence spaces.final ObjectMaps attributes or field names of Confluence spaces to Amazon Kendra index field names.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.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSpaceConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getCrawlArchivedSpacesDescription copied from interface:CfnDataSource.ConfluenceSpaceConfigurationPropertyTRUEto index archived spaces.- Specified by:
- getCrawlArchivedSpacesin interface- CfnDataSource.ConfluenceSpaceConfigurationProperty
 
- 
getCrawlPersonalSpacesDescription copied from interface:CfnDataSource.ConfluenceSpaceConfigurationPropertyTRUEto index personal spaces.You can add restrictions to items in personal spaces. If personal spaces are indexed, queries without user context information may return restricted items from a personal space in their results. For more information, see Filtering on user context . - Specified by:
- getCrawlPersonalSpacesin interface- CfnDataSource.ConfluenceSpaceConfigurationProperty
 
- 
getExcludeSpacesDescription copied from interface:CfnDataSource.ConfluenceSpaceConfigurationPropertyA list of space keys of Confluence spaces.If you include a key, the blogs, documents, and attachments in the space are not indexed. If a space is in both the ExcludeSpacesand theIncludeSpaceslist, the space is excluded.- Specified by:
- getExcludeSpacesin interface- CfnDataSource.ConfluenceSpaceConfigurationProperty
 
- 
getIncludeSpacesDescription copied from interface:CfnDataSource.ConfluenceSpaceConfigurationPropertyA list of space keys for Confluence spaces.If you include a key, the blogs, documents, and attachments in the space are indexed. Spaces that aren't in the list aren't indexed. A space in the list must exist. Otherwise, Amazon Kendra logs an error when the data source is synchronized. If a space is in both the IncludeSpacesand theExcludeSpaceslist, the space is excluded.- Specified by:
- getIncludeSpacesin interface- CfnDataSource.ConfluenceSpaceConfigurationProperty
 
- 
getSpaceFieldMappingsDescription copied from interface:CfnDataSource.ConfluenceSpaceConfigurationPropertyMaps attributes or field names of Confluence spaces to Amazon Kendra index field names.To create custom fields, use the UpdateIndexAPI before you map to Confluence fields. For more information, see Mapping data source fields . The Confluence data source field names must exist in your Confluence custom metadata.If you specify the SpaceFieldMappingsparameter, you must specify at least one field mapping.- Specified by:
- getSpaceFieldMappingsin interface- CfnDataSource.ConfluenceSpaceConfigurationProperty
 
- 
$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()
 
-