Class CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
-
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.InlineCustomDocumentEnrichmentConfigurationProperty
CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.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
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.final Object
TRUE
to delete content if the condition used for the target attribute is met.final Object
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.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
protected Jsii$Proxy(CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty.Builder
.
-
-
Method Details
-
getCondition
Description copied from interface:CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
Configuration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.- Specified by:
getCondition
in interfaceCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
-
getDocumentContentDeletion
Description copied from interface:CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
TRUE
to delete content if the condition used for the target attribute is met.- Specified by:
getDocumentContentDeletion
in interfaceCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
-
getTarget
Description copied from interface:CfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
Configuration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.You can also include a value.
- Specified by:
getTarget
in interfaceCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty
-
$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()
-