@Generated(value="jsii-pacmak/1.54.0 (build b1b977a)", date="2022-02-26T15:36:55.823Z") public interface DynamoDBStreamsToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
DynamoDBStreamsToLambdaProps.Builder
A builder for
DynamoDBStreamsToLambdaProps |
static class |
DynamoDBStreamsToLambdaProps.Jsii$Proxy
An implementation for
DynamoDBStreamsToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static DynamoDBStreamsToLambdaProps.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 DynamoDBStreamsToLambdaProps.Builder builder()
Copyright © 2022. All rights reserved.