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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.ConfluenceSpaceConfigurationProperty
CfnDataSource.ConfluenceSpaceConfigurationProperty.Builder, CfnDataSource.ConfluenceSpaceConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor 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 Summary
Modifier 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.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.ConfluenceSpaceConfigurationPropertyTRUEto index archived spaces.Returns union: either
BooleanorIResolvable- Specified by:
getCrawlArchivedSpacesin interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty- See Also:
-
getCrawlPersonalSpaces
Description 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 .
Returns union: either
BooleanorIResolvable- Specified by:
getCrawlPersonalSpacesin interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty- See Also:
-
getExcludeSpaces
Description 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 interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty- See Also:
-
getIncludeSpaces
Description 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 interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty- See Also:
-
getSpaceFieldMappings
Description 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.ConfluenceSpaceToIndexFieldMappingProperty>- Specified by:
getSpaceFieldMappingsin interfaceCfnDataSource.ConfluenceSpaceConfigurationProperty- 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()
-