Class CfnDataSource.ConfluenceSpaceConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.ConfluenceSpaceConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.ConfluenceSpaceConfigurationProperty
CfnDataSource.ConfluenceSpaceConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceSpaceConfigurationProperty
CfnDataSource.ConfluenceSpaceConfigurationProperty.Builder, CfnDataSource.ConfluenceSpaceConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.ConfluenceSpaceConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
TRUE
to index archived spaces.final Object
TRUE
to index personal spaces.A list of space keys of Confluence spaces.A list of space keys for Confluence spaces.final Object
Maps attributes or field names of Confluence spaces to Amazon Kendra index field names.final int
hashCode()
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.ConfluenceSpaceConfigurationProperty.Builder
.
-
-
Method Details
-
getCrawlArchivedSpaces
Description copied from interface:CfnDataSource.ConfluenceSpaceConfigurationProperty
TRUE
to index archived spaces.- Specified by:
getCrawlArchivedSpaces
in interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty
- See Also:
-
getCrawlPersonalSpaces
Description copied from interface:CfnDataSource.ConfluenceSpaceConfigurationProperty
TRUE
to 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:
getCrawlPersonalSpaces
in interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty
- See Also:
-
getExcludeSpaces
Description copied from interface:CfnDataSource.ConfluenceSpaceConfigurationProperty
A 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
ExcludeSpaces
and theIncludeSpaces
list, the space is excluded.- Specified by:
getExcludeSpaces
in interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty
- See Also:
-
getIncludeSpaces
Description copied from interface:CfnDataSource.ConfluenceSpaceConfigurationProperty
A 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
IncludeSpaces
and theExcludeSpaces
list, the space is excluded.- Specified by:
getIncludeSpaces
in interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty
- See Also:
-
getSpaceFieldMappings
Description copied from interface:CfnDataSource.ConfluenceSpaceConfigurationProperty
Maps attributes or field names of Confluence spaces to Amazon Kendra index field names.To create custom fields, use the
UpdateIndex
API 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
SpaceFieldMappings
parameter, you must specify at least one field mapping.- Specified by:
getSpaceFieldMappings
in interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-