@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-22T16:10:08.699Z") 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() |
Boolean |
getDeployLambda()
Whether to create a new lambda function or use an existing lambda function.
|
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.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide a lambda function object as existingObj
Default: - true
@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()
If deploy is set to false only then this property is required
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
If deploy is set to true only then this property is required
Default: - Default props are used
static DynamoDBStreamToLambdaProps.Builder builder()
Copyright © 2020. All rights reserved.