@Internal public static final class LambdaToDynamoDBProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToDynamoDBProps
LambdaToDynamoDBPropssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToDynamoDBProps.Builder, LambdaToDynamoDBProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(LambdaToDynamoDBProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToDynamoDBProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
software.amazon.awscdk.services.dynamodb.TableProps |
getDynamoTableProps()
Optional user provided props to override the default props.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
software.amazon.awscdk.services.dynamodb.Table |
getExistingTableObj()
Existing instance of DynamoDB table object, providing both this and `dynamoTableProps` will cause an error.
|
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).
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
String |
getTableEnvironmentVariableName()
Optional Name for the DynamoDB table environment variable set for the Lambda function.
|
String |
getTablePermissions()
Optional table permissions to grant to the Lambda function.
|
software.amazon.awscdk.services.ec2.VpcProps |
getVpcProps()
Properties to override default properties if deployVpc is true.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(LambdaToDynamoDBProps.Builder builder)
LambdaToDynamoDBProps.Builder.public final Boolean getDeployVpc()
LambdaToDynamoDBPropsDefault: - false
getDeployVpc in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.dynamodb.TableProps getDynamoTableProps()
LambdaToDynamoDBPropsDefault: - Default props are used
getDynamoTableProps in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToDynamoDBPropsDefault: - None
getExistingLambdaObj in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.dynamodb.Table getExistingTableObj()
LambdaToDynamoDBPropsDefault: - None
getExistingTableObj in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToDynamoDBPropsgetExistingVpc in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToDynamoDBPropsDefault: - Default props are used
getLambdaFunctionProps in interface LambdaToDynamoDBPropspublic final String getTableEnvironmentVariableName()
LambdaToDynamoDBPropsDefault: - None
getTableEnvironmentVariableName in interface LambdaToDynamoDBPropspublic final String getTablePermissions()
LambdaToDynamoDBPropsOne 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.
getTablePermissions in interface LambdaToDynamoDBPropspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToDynamoDBPropsgetVpcProps in interface LambdaToDynamoDBProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.