@Internal public static final class DynamoDBStreamsToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DynamoDBStreamsToLambdaProps
DynamoDBStreamsToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeDynamoDBStreamsToLambdaProps.Builder, DynamoDBStreamsToLambdaProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(Boolean deploySqsDlqQueue,
Object dynamoEventSourceProps,
software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps,
software.amazon.awscdk.services.lambda.Function existingLambdaObj,
software.amazon.awscdk.services.dynamodb.ITable existingTableInterface,
software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps,
software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps)
Constructor that initializes the object based on literal property values passed by the
DynamoDBStreamsToLambdaProps.Builder. |
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 |
getDeploySqsDlqQueue()
Whether to deploy a SQS dead letter queue when a data record reaches the Maximum Retry Attempts or Maximum Record Age, its metadata like shard ID and stream ARN will be sent to an SQS queue.
|
Object |
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, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.dynamodb.ITable |
getExistingTableInterface()
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.sqs.QueueProps |
getSqsDlqQueueProps()
Optional user provided properties for the SQS dead letter queue.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(Boolean deploySqsDlqQueue, Object dynamoEventSourceProps, software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps, software.amazon.awscdk.services.lambda.Function existingLambdaObj, software.amazon.awscdk.services.dynamodb.ITable existingTableInterface, software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps, software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps)
DynamoDBStreamsToLambdaProps.Builder.public final Boolean getDeploySqsDlqQueue()
DynamoDBStreamsToLambdaPropsDefault: - true.
getDeploySqsDlqQueue in interface DynamoDBStreamsToLambdaPropspublic final Object getDynamoEventSourceProps()
DynamoDBStreamsToLambdaPropsDefault: - Default props are used
getDynamoEventSourceProps in interface DynamoDBStreamsToLambdaPropspublic final software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
DynamoDBStreamsToLambdaPropsDefault: - Default props are used
getDynamoTableProps in interface DynamoDBStreamsToLambdaPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
DynamoDBStreamsToLambdaPropsDefault: - None
getExistingLambdaObj in interface DynamoDBStreamsToLambdaPropspublic final software.amazon.awscdk.services.dynamodb.ITable getExistingTableInterface()
DynamoDBStreamsToLambdaPropsDefault: - None
getExistingTableInterface in interface DynamoDBStreamsToLambdaPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
DynamoDBStreamsToLambdaPropsDefault: - Default props are used
getLambdaFunctionProps in interface DynamoDBStreamsToLambdaPropspublic final software.amazon.awscdk.services.sqs.QueueProps getSqsDlqQueueProps()
DynamoDBStreamsToLambdaPropsDefault: - Default props are used
getSqsDlqQueueProps in interface DynamoDBStreamsToLambdaProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.