@Generated(value="jsii-pacmak/1.16.0 (build 99a3413)", date="2021-01-11T22:20:33.590Z") 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, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.dynamodb.Table |
getExistingTableObj()
Existing instance of DynamoDB table object, If this is set then the dynamoTableProps is ignored.
|
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.Table getExistingTableObj()
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 © 2021. All rights reserved.