public static final class DynamoDBStreamToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoDBStreamToLambdaProps
DynamoDBStreamToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoDBStreamToLambdaProps.Builder, DynamoDBStreamToLambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getDeployLambda()
Whether to create a new lambda function or use an existing lambda function.
|
software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps |
getDynamoEventSourceProps()
Optional user provided props to override the default props.
|
software.amazon.awscdk.services.dynamodb.TableProps |
getDynamoTableProps()
Optional user provided props to override the default props.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getDeployLambda()
DynamoDBStreamToLambdaProps
If set to false, you must provide a lambda function object as existingObj
Default: - true
getDeployLambda in interface DynamoDBStreamToLambdaPropspublic software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps getDynamoEventSourceProps()
DynamoDBStreamToLambdaPropsDefault: - Default props are used
getDynamoEventSourceProps in interface DynamoDBStreamToLambdaPropspublic software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
DynamoDBStreamToLambdaPropsDefault: - Default props are used
getDynamoTableProps in interface DynamoDBStreamToLambdaPropspublic software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
DynamoDBStreamToLambdaProps
If deploy is set to false only then this property is required
Default: - None
getExistingLambdaObj in interface DynamoDBStreamToLambdaPropspublic software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
DynamoDBStreamToLambdaProps
If deploy is set to true only then this property is required
Default: - Default props are used
getLambdaFunctionProps in interface DynamoDBStreamToLambdaPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.