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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.CustomDocumentEnrichmentConfigurationProperty
CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Builder, CfnDataSource.CustomDocumentEnrichmentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.CustomDocumentEnrichmentConfigurationProperty.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 Kendra.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 StringThe Amazon Resource Name (ARN) of an IAM role with permission to runPreExtractionHookConfigurationandPostExtractionHookConfigurationfor altering document metadata and content during the document ingestion process.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.CustomDocumentEnrichmentConfigurationProperty.Builder.
-
-
Method Details
-
getInlineConfigurations
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationPropertyConfiguration information to alter document attributes or metadata fields and content when ingesting documents into Amazon Kendra.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDataSource.InlineCustomDocumentEnrichmentConfigurationProperty>- Specified by:
getInlineConfigurationsin interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty- See Also:
-
getPostExtractionHookConfiguration
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationPropertyConfiguration 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 .
Returns union: either
IResolvableorCfnDataSource.HookConfigurationProperty- Specified by:
getPostExtractionHookConfigurationin interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty- See Also:
-
getPreExtractionHookConfiguration
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationPropertyConfiguration 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 .
Returns union: either
IResolvableorCfnDataSource.HookConfigurationProperty- Specified by:
getPreExtractionHookConfigurationin interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty- See Also:
-
getRoleArn
Description copied from interface:CfnDataSource.CustomDocumentEnrichmentConfigurationPropertyThe Amazon Resource Name (ARN) of an IAM role with permission to runPreExtractionHookConfigurationandPostExtractionHookConfigurationfor altering document metadata and content during the document ingestion process.For more information, see an IAM roles for Amazon Kendra .
- Specified by:
getRoleArnin interfaceCfnDataSource.CustomDocumentEnrichmentConfigurationProperty- 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()
-