Class CfnDataSource.HookConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.kendra.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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.HookConfigurationProperty
CfnDataSource.HookConfigurationProperty.Builder, CfnDataSource.HookConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSource.HookConfigurationProperty.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 ObjectThe condition used for when a Lambda function should be invoked.final StringThe Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion.final StringStores the original, raw documents or the structured, parsed documents before and after altering them.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.HookConfigurationProperty.Builder.
-
-
Method Details
-
getLambdaArn
Description copied from interface:CfnDataSource.HookConfigurationPropertyThe Amazon Resource Name (ARN) of a role with permission to run a Lambda function during ingestion.For more information, see IAM roles for Amazon Kendra .
- Specified by:
getLambdaArnin interfaceCfnDataSource.HookConfigurationProperty
-
getS3Bucket
Description copied from interface:CfnDataSource.HookConfigurationPropertyStores 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:
getS3Bucketin interfaceCfnDataSource.HookConfigurationProperty
-
getInvocationCondition
Description copied from interface:CfnDataSource.HookConfigurationPropertyThe 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 Kendra should invoke a function that inserts the current date-time.
- Specified by:
getInvocationConditionin interfaceCfnDataSource.HookConfigurationProperty
-
$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()
-