| Modifier and Type | Method and Description |
|---|---|
static DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.deploySqsDlqQueue(Boolean deploySqsDlqQueue)
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.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.dynamoEventSourceProps(Object dynamoEventSourceProps)
Optional user provided props to override the default props.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
Optional user provided props to override the default props.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.existingTableInterface(software.amazon.awscdk.services.dynamodb.ITable existingTableInterface)
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
DynamoDBStreamToLambda.Builder |
DynamoDBStreamToLambda.Builder.sqsDlqQueueProps(software.amazon.awscdk.services.sqs.QueueProps sqsDlqQueueProps)
Optional user provided properties for the SQS dead letter queue.
|
Copyright © 2021. All rights reserved.