| Modifier and Type | Method and Description |
|---|---|
static LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.deployVpc(Boolean deployVpc)
Whether to deploy a new VPC.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.dynamoTableProps(software.amazon.awscdk.services.dynamodb.TableProps dynamoTableProps)
Optional user provided props to override the default props.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.existingTableObj(software.amazon.awscdk.services.dynamodb.Table existingTableObj)
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.tableEnvironmentVariableName(String tableEnvironmentVariableName)
Optional Name for the DynamoDB table environment variable set for the Lambda function.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.tablePermissions(String tablePermissions)
Optional table permissions to grant to the Lambda function.
|
LambdaToDynamoDB.Builder |
LambdaToDynamoDB.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2022. All rights reserved.