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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.kendra.CfnDataSource.HookConfigurationProperty
CfnDataSource.HookConfigurationProperty.Builder, CfnDataSource.HookConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
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
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
-
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 Amazon Kendra .
- Specified by:
getLambdaArn
in interfaceCfnDataSource.HookConfigurationProperty
-
getS3Bucket
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:
getS3Bucket
in interfaceCfnDataSource.HookConfigurationProperty
-
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 Kendra should invoke a function that inserts the current date-time.
- Specified by:
getInvocationCondition
in interfaceCfnDataSource.HookConfigurationProperty
-
$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()
-