Class CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
- CfnDataSource.ColumnConfigurationProperty,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.ColumnConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.ColumnConfigurationProperty
An implementation for 
CfnDataSource.ColumnConfigurationProperty- 
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.ColumnConfigurationPropertyCfnDataSource.ColumnConfigurationProperty.Builder, CfnDataSource.ColumnConfigurationProperty.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.ColumnConfigurationProperty.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 booleanOne to five columns that indicate when a document in the database has changed.final StringThe column that contains the contents of the document.final StringThe column that provides the document's identifier.final StringThe column that contains the title of the document.final ObjectAn array of objects that map database column names to the corresponding fields in an index.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.ColumnConfigurationProperty.Builder.
 
- 
- 
Method Details- 
getChangeDetectingColumnsDescription copied from interface:CfnDataSource.ColumnConfigurationPropertyOne to five columns that indicate when a document in the database has changed.- Specified by:
- getChangeDetectingColumnsin interface- CfnDataSource.ColumnConfigurationProperty
 
- 
getDocumentDataColumnNameDescription copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that contains the contents of the document.- Specified by:
- getDocumentDataColumnNamein interface- CfnDataSource.ColumnConfigurationProperty
 
- 
getDocumentIdColumnNameDescription copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that provides the document's identifier.- Specified by:
- getDocumentIdColumnNamein interface- CfnDataSource.ColumnConfigurationProperty
 
- 
getDocumentTitleColumnNameDescription copied from interface:CfnDataSource.ColumnConfigurationPropertyThe column that contains the title of the document.- Specified by:
- getDocumentTitleColumnNamein interface- CfnDataSource.ColumnConfigurationProperty
 
- 
getFieldMappingsDescription copied from interface:CfnDataSource.ColumnConfigurationPropertyAn array of objects that map database column names to the corresponding fields in an index.You must first create the fields in the index using the UpdateIndex operation. - Specified by:
- getFieldMappingsin interface- CfnDataSource.ColumnConfigurationProperty
 
- 
$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()
 
-