Class CfnDataSource.HookConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.qbusiness.CfnDataSource.HookConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSource.HookConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSource.HookConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSource.HookConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSource.HookConfigurationProperty
An implementation for
CfnDataSource.HookConfigurationProperty
-
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.HookConfigurationProperty
CfnDataSource.HookConfigurationProperty.Builder, CfnDataSource.HookConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnDataSource.HookConfigurationProperty.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
The condition used for when a Lambda function should be invoked.final String
The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion.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 String
Stores the original, raw documents or the structured, parsed documents before and after altering them.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.HookConfigurationProperty.Builder
.
-
-
Method Details
-
getInvocationCondition
Description copied from interface:CfnDataSource.HookConfigurationProperty
The condition used for when a Lambda function should be invoked.For example, you can specify a condition that if there are empty date-time values, then Amazon Q Business should invoke a function that inserts the current date-time.
- Specified by:
getInvocationCondition
in interfaceCfnDataSource.HookConfigurationProperty
- See Also:
-
getLambdaArn
Description copied from interface:CfnDataSource.HookConfigurationProperty
The Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion.For more information, see IAM roles for Custom Document Enrichment (CDE) .
- Specified by:
getLambdaArn
in interfaceCfnDataSource.HookConfigurationProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnDataSource.HookConfigurationProperty
The Amazon Resource Name (ARN) of a role with permission to runPreExtractionHookConfiguration
andPostExtractionHookConfiguration
for altering document metadata and content during the document ingestion process.- Specified by:
getRoleArn
in interfaceCfnDataSource.HookConfigurationProperty
- See Also:
-
getS3BucketName
Description copied from interface:CfnDataSource.HookConfigurationProperty
Stores the original, raw documents or the structured, parsed documents before and after altering them.For more information, see Data contracts for Lambda functions .
- Specified by:
getS3BucketName
in interfaceCfnDataSource.HookConfigurationProperty
- 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()
-