@Generated(value="jsii-pacmak/1.11.0 (build 1e9b8e1)", date="2020-08-19T17:11:36.906Z") 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 software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps |
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.
|
@Nullable default software.amazon.awscdk.services.lambda.eventsources.DynamoEventSourceProps 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
static DynamoDBStreamToLambdaProps.Builder builder()
Copyright © 2020. All rights reserved.