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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.qbusiness.CfnDataSource.DocumentEnrichmentConfigurationProperty
CfnDataSource.DocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.DocumentEnrichmentConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DocumentEnrichmentConfigurationProperty.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 information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.final Object
Configuration information for invoking a Lambda function in AWS Lambda on the structured documents with their metadata and text extracted.final Object
Configuration information for invoking a Lambda function in AWS Lambda on the original or raw documents before extracting their metadata and text.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
Constructor that initializes the object based on literal property values passed by theCfnDataSource.DocumentEnrichmentConfigurationProperty.Builder
.
-
-
Method Details
-
getInlineConfigurations
Description copied from interface:CfnDataSource.DocumentEnrichmentConfigurationProperty
Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Q Business.- Specified by:
getInlineConfigurations
in interfaceCfnDataSource.DocumentEnrichmentConfigurationProperty
- See Also:
-
getPostExtractionHookConfiguration
Description copied from interface:CfnDataSource.DocumentEnrichmentConfigurationProperty
Configuration 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 .
- Specified by:
getPostExtractionHookConfiguration
in interfaceCfnDataSource.DocumentEnrichmentConfigurationProperty
- See Also:
-
getPreExtractionHookConfiguration
Description copied from interface:CfnDataSource.DocumentEnrichmentConfigurationProperty
Configuration 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 .
- Specified by:
getPreExtractionHookConfiguration
in interfaceCfnDataSource.DocumentEnrichmentConfigurationProperty
- See Also:
-
$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()
-