@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-07T17:29:38.069Z") public interface LambdaToDynamoDBProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
LambdaToDynamoDBProps.Builder
A builder for
LambdaToDynamoDBProps |
static class |
LambdaToDynamoDBProps.Jsii$Proxy
An implementation for
LambdaToDynamoDBProps |
| Modifier and Type | Method and Description |
|---|---|
static LambdaToDynamoDBProps.Builder |
builder() |
default Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
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.Table |
getExistingTableObj()
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
default software.amazon.awscdk.services.ec2.IVpc |
getExistingVpc()
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default String |
getTableEnvironmentVariableName()
Optional Name for the DynamoDB table environment variable set for the Lambda function.
|
default String |
getTablePermissions()
Optional table permissions to grant to the Lambda function.
|
default software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
@Nullable default Boolean getDeployVpc()
Default: - false
@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.ec2.IVpc getExistingVpc()
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
Default: - Default props are used
@Nullable default String getTableEnvironmentVariableName()
Default: - None
@Nullable default String getTablePermissions()
One of the following may be specified: "All", "Read", "ReadWrite", "Write".
Default: - Read/write access is given to the Lambda function if no value is specified.
@Nullable default software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
static LambdaToDynamoDBProps.Builder builder()
LambdaToDynamoDBProps.Builder of LambdaToDynamoDBPropsCopyright © 2022. All rights reserved.