@Generated(value="jsii-pacmak/1.55.1 (build 07d2d90)", date="2022-04-07T17:28:19.953Z") public interface DynamoDBStreamToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoDBStreamToLambdaProps.Builder
A builder for
DynamoDBStreamToLambdaProps |
static class |
DynamoDBStreamToLambdaProps.Jsii$Proxy
An implementation for
DynamoDBStreamToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBStreamToLambdaProps.Builder |
builder() |
default 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.
|
default Object |
getDynamoEventSourceProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.dynamodb.TableProps |
getDynamoTableProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
default software.amazon.awscdk.services.dynamodb.ITable |
getExistingTableInterface()
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.sqs.QueueProps |
getSqsDlqQueueProps()
Optional user provided properties for the SQS dead letter queue.
|
@Nullable default Boolean getDeploySqsDlqQueue()
Default: - true.
@Nullable default Object getDynamoEventSourceProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.dynamodb.ITable getExistingTableInterface()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.sqs.QueueProps getSqsDlqQueueProps()
Default: - Default props are used
static DynamoDBStreamToLambdaProps.Builder builder()
Copyright © 2022. All rights reserved.