Class CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty-
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.InlineCustomDocumentEnrichmentConfigurationProperty
CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Builder, CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.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 ObjectConfiguration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.final ObjectTRUEto delete content if the condition used for the target attribute is met.final ObjectConfiguration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.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.InlineCustomDocumentEnrichmentConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty.Builder.
-
-
Method Details
-
getCondition
Description copied from interface:CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationPropertyConfiguration of the condition used for the target document attribute or metadata field when ingesting documents into Amazon Kendra.Returns union: either
IResolvableorCfnDataSourcePropsMixin.DocumentAttributeConditionProperty- Specified by:
getConditionin interfaceCfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty- See Also:
-
getDocumentContentDeletion
Description copied from interface:CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationPropertyTRUEto delete content if the condition used for the target attribute is met.Returns union: either
BooleanorIResolvable- Specified by:
getDocumentContentDeletionin interfaceCfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty- See Also:
-
getTarget
Description copied from interface:CfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationPropertyConfiguration of the target document attribute or metadata field when ingesting documents into Amazon Kendra.You can also include a value.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.DocumentAttributeTargetProperty- Specified by:
getTargetin interfaceCfnDataSourcePropsMixin.InlineCustomDocumentEnrichmentConfigurationProperty- 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()
-