Class CfnDataSource.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnDataSource.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.DocumentEnrichmentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.DocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.DocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSource.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.services.qbusiness.CfnDataSource.DocumentEnrichmentConfigurationProperty
CfnDataSource.DocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.DocumentEnrichmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.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
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DocumentEnrichmentConfigurationProperty.Builder.
-
-
Method Details
-
getInlineConfigurations
Description copied from interface:CfnDataSource.DocumentEnrichmentConfigurationPropertyConfiguration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.InlineDocumentEnrichmentConfigurationProperty>- Specified by:
getInlineConfigurationsin interfaceCfnDataSource.DocumentEnrichmentConfigurationProperty- See Also:
-
getPostExtractionHookConfiguration
Description copied from interface:CfnDataSource.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
IResolvableorCfnDataSource.HookConfigurationProperty- Specified by:
getPostExtractionHookConfigurationin interfaceCfnDataSource.DocumentEnrichmentConfigurationProperty- See Also:
-
getPreExtractionHookConfiguration
Description copied from interface:CfnDataSource.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
IResolvableorCfnDataSource.HookConfigurationProperty- Specified by:
getPreExtractionHookConfigurationin interfaceCfnDataSource.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()
-