public static final class S3ToLambdaProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements S3ToLambdaProps
S3ToLambdaPropssoftware.amazon.jsii.JsiiObject.InitializationModeS3ToLambdaProps.Builder, S3ToLambdaProps.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
software.amazon.awscdk.services.s3.BucketProps |
getBucketProps()
Optional user provided props to override the default props.
|
Boolean |
getDeployBucket()
Whether to create a S3 Bucket or use an existing S3 Bucket.
|
Boolean |
getDeployLambda()
Whether to create a new lambda function or use an existing lambda function.
|
software.amazon.awscdk.services.s3.Bucket |
getExistingBucketObj()
Existing instance of S3 Bucket object.
|
software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props.
|
software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps |
getS3EventSourceProps()
Optional user provided props to override the default props.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public Boolean getDeployLambda()
S3ToLambdaProps
If set to false, you must provide a lambda function object as existingObj
Default: - true
getDeployLambda in interface S3ToLambdaPropspublic software.amazon.awscdk.services.s3.BucketProps getBucketProps()
S3ToLambdaProps
If deploy is set to true only then this property is required
Default: - Default props are used
getBucketProps in interface S3ToLambdaPropspublic Boolean getDeployBucket()
S3ToLambdaProps
If set to false, you must provide S3 Bucket as existingBucketObj
Default: - true
getDeployBucket in interface S3ToLambdaPropspublic software.amazon.awscdk.services.s3.Bucket getExistingBucketObj()
S3ToLambdaProps
If deployBucket is set to false only then this property is required
Default: - None
getExistingBucketObj in interface S3ToLambdaPropspublic software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
S3ToLambdaProps
If deploy is set to false only then this property is required
Default: - None
getExistingLambdaObj in interface S3ToLambdaPropspublic software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
S3ToLambdaProps
If deploy is set to true only then this property is required
Default: - Default props are used
getLambdaFunctionProps in interface S3ToLambdaPropspublic software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps getS3EventSourceProps()
S3ToLambdaPropsDefault: - Default props are used
getS3EventSourceProps in interface S3ToLambdaPropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.