Class CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.qbusiness.CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty-
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.qbusiness.CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty
CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Builder, CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.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 information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.final ObjectConfiguration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted.final ObjectConfiguration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text.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.DocumentEnrichmentConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty.Builder.
-
-
Method Details
-
getInlineConfigurations
Description copied from interface:CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationPropertyConfiguration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSourcePropsMixin.InlineDocumentEnrichmentConfigurationProperty>- Specified by:
getInlineConfigurationsin interfaceCfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty- See Also:
-
getPostExtractionHookConfiguration
Description copied from interface:CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationPropertyConfiguration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted.You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Using Lambda functions .
Returns union: either
IResolvableorCfnDataSourcePropsMixin.HookConfigurationProperty- Specified by:
getPostExtractionHookConfigurationin interfaceCfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty- See Also:
-
getPreExtractionHookConfiguration
Description copied from interface:CfnDataSourcePropsMixin.DocumentEnrichmentConfigurationPropertyConfiguration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text.You can use a Lambda function to apply advanced logic for creating, modifying, or deleting document metadata and content. For more information, see Using Lambda functions .
Returns union: either
IResolvableorCfnDataSourcePropsMixin.HookConfigurationProperty- Specified by:
getPreExtractionHookConfigurationin interfaceCfnDataSourcePropsMixin.DocumentEnrichmentConfigurationProperty- 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()
-