Class CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty-
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.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty
CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Builder, CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.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 StringThe name of the column in the Salesforce FeedItem table that contains the content to index.final StringThe name of the column in the Salesforce FeedItem table that contains the title of the document.final ObjectMaps fields from a Salesforce chatter feed into Amazon Kendra index fields.Filters the documents in the feed based on status of the user.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
protected Jsii$Proxy(CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty.Builder.
-
-
Method Details
-
getDocumentDataFieldName
Description copied from interface:CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationPropertyThe name of the column in the Salesforce FeedItem table that contains the content to index.Typically this is the
Bodycolumn.- Specified by:
getDocumentDataFieldNamein interfaceCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty- See Also:
-
getDocumentTitleFieldName
Description copied from interface:CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationPropertyThe name of the column in the Salesforce FeedItem table that contains the title of the document.This is typically the
Titlecolumn.- Specified by:
getDocumentTitleFieldNamein interfaceCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty- See Also:
-
getFieldMappings
Description copied from interface:CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationPropertyMaps fields from a Salesforce chatter feed into Amazon Kendra index fields.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.DataSourceToIndexFieldMappingProperty>- Specified by:
getFieldMappingsin interfaceCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty- See Also:
-
getIncludeFilterTypes
Description copied from interface:CfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationPropertyFilters the documents in the feed based on status of the user.When you specify
ACTIVE_USERSonly documents from users who have an active account are indexed. When you specifySTANDARD_USERonly documents for Salesforce standard users are documented. You can specify both.- Specified by:
getIncludeFilterTypesin interfaceCfnDataSourcePropsMixin.SalesforceChatterFeedConfigurationProperty- 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()
-