Class CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
An implementation for
CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
-
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.CustomDocumentEnrichmentConfigurationProperty
CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.CustomDocumentEnrichmentConfigurationProperty.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 Kendra.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 String
The Amazon Resource Name (ARN) of a role with permission to runPreExtractionHookConfiguration
andPostExtractionHookConfiguration
for altering document metadata and content during the document ingestion process.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.CustomDocumentEnrichmentConfigurationProperty.Builder
.
-
-
Method Details
-
getInlineConfigurations
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
Configuration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.- Specified by:
getInlineConfigurations
in interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty
-
getPostExtractionHookConfiguration
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
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 Advanced data manipulation .
- Specified by:
getPostExtractionHookConfiguration
in interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty
-
getPreExtractionHookConfiguration
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
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 Advanced data manipulation .
- Specified by:
getPreExtractionHookConfiguration
in interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty
-
getRoleArn
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
The Amazon Resource Name (ARN) of a role with permission to runPreExtractionHookConfiguration
andPostExtractionHookConfiguration
for altering document metadata and content during the document ingestion process.For more information, see IAM roles for Amazon Kendra .
- Specified by:
getRoleArn
in interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty
-
$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()
-