@Internal public static final class LambdaToS3Props.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements LambdaToS3Props
LambdaToS3Propssoftware.amazon.jsii.JsiiObject.InitializationModeLambdaToS3Props.Builder, LambdaToS3Props.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(LambdaToS3Props.Builder builder)
Constructor that initializes the object based on literal property values passed by the
LambdaToS3Props.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getBucketEnvironmentVariableName()
Optional Name for the Lambda function environment variable set to the name of the bucket.
|
List<String> |
getBucketPermissions()
Optional bucket permissions to grant to the Lambda function.
|
software.amazon.awscdk.services.s3.BucketProps |
getBucketProps()
Optional user provided props to override the default props for the S3 Bucket.
|
Boolean |
getDeployVpc()
Whether to deploy a new VPC.
|
software.amazon.awscdk.services.s3.IBucket |
getExistingBucketObj()
Existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
|
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.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()
Optional user provided props to override the default props for the Lambda function.
|
software.amazon.awscdk.services.s3.BucketProps |
getLoggingBucketProps()
Optional user provided props to override the default props for the S3 Logging Bucket.
|
Boolean |
getLogS3AccessLogs()
Whether to turn on Access Logs for the S3 bucket with the associated storage costs.
|
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(LambdaToS3Props.Builder builder)
LambdaToS3Props.Builder.public final String getBucketEnvironmentVariableName()
LambdaToS3PropsDefault: - S3_BUCKET_NAME
getBucketEnvironmentVariableName in interface LambdaToS3Propspublic final List<String> getBucketPermissions()
LambdaToS3PropsOne or more of the following may be specified: "Delete", "Put", "Read", "ReadWrite", "Write".
Default: - Read/write access is given to the Lambda function if no value is specified.
getBucketPermissions in interface LambdaToS3Propspublic final software.amazon.awscdk.services.s3.BucketProps getBucketProps()
LambdaToS3PropsDefault: - Default props are used
getBucketProps in interface LambdaToS3Propspublic final Boolean getDeployVpc()
LambdaToS3PropsDefault: - false
getDeployVpc in interface LambdaToS3Propspublic final software.amazon.awscdk.services.s3.IBucket getExistingBucketObj()
LambdaToS3PropsDefault: - None
getExistingBucketObj in interface LambdaToS3Propspublic final software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
LambdaToS3PropsDefault: - None
getExistingLambdaObj in interface LambdaToS3Propspublic final software.amazon.awscdk.services.ec2.IVpc getExistingVpc()
LambdaToS3PropsgetExistingVpc in interface LambdaToS3Propspublic final software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
LambdaToS3PropsDefault: - Default properties are used.
getLambdaFunctionProps in interface LambdaToS3Propspublic final software.amazon.awscdk.services.s3.BucketProps getLoggingBucketProps()
LambdaToS3PropsDefault: - Default props are used
getLoggingBucketProps in interface LambdaToS3Propspublic final Boolean getLogS3AccessLogs()
LambdaToS3PropsEnabling Access Logging is a best practice.
Default: - true
getLogS3AccessLogs in interface LambdaToS3Propspublic final software.amazon.awscdk.services.ec2.VpcProps getVpcProps()
LambdaToS3PropsgetVpcProps in interface LambdaToS3Props@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.