Class CfnDataSourcePropsMixin.HookConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.HookConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDataSourcePropsMixin.HookConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataSourcePropsMixin.HookConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDataSourcePropsMixin.HookConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataSourcePropsMixin.HookConfigurationProperty
An implementation for
CfnDataSourcePropsMixin.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.cfnpropertymixins.services.kendra.CfnDataSourcePropsMixin.HookConfigurationProperty
CfnDataSourcePropsMixin.HookConfigurationProperty.Builder, CfnDataSourcePropsMixin.HookConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataSourcePropsMixin.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 an IAM role with permission to run a Lambda function during ingestion.final ObjectStores 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 theCfnDataSourcePropsMixin.HookConfigurationProperty.Builder.
-
-
Method Details
-
getInvocationCondition
Description copied from interface:CfnDataSourcePropsMixin.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.
Returns union: either
IResolvableorCfnDataSourcePropsMixin.DocumentAttributeConditionProperty- Specified by:
getInvocationConditionin interfaceCfnDataSourcePropsMixin.HookConfigurationProperty- See Also:
-
getLambdaArn
Description copied from interface:CfnDataSourcePropsMixin.HookConfigurationPropertyThe Amazon Resource Name (ARN) of an IAM role with permission to run a Lambda function during ingestion.For more information, see an IAM roles for Amazon Kendra .
- Specified by:
getLambdaArnin interfaceCfnDataSourcePropsMixin.HookConfigurationProperty- See Also:
-
getS3Bucket
Description copied from interface:CfnDataSourcePropsMixin.HookConfigurationPropertyStores the original, raw documents or the structured, parsed documents before and after altering them.For more information, see Data contracts for Lambda functions .
Returns union: either
StringorIBucketRef- Specified by:
getS3Bucketin interfaceCfnDataSourcePropsMixin.HookConfigurationProperty- 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()
-