@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-06-22T16:13:02.017Z") public interface S3ToLambdaProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
S3ToLambdaProps.Builder
A builder for
S3ToLambdaProps |
static class |
S3ToLambdaProps.Jsii$Proxy
An implementation for
S3ToLambdaProps |
| Modifier and Type | Method and Description |
|---|---|
static S3ToLambdaProps.Builder |
builder() |
default software.amazon.awscdk.services.s3.BucketProps |
getBucketProps()
Optional user provided props to override the default props.
|
default 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.
|
default software.amazon.awscdk.services.s3.Bucket |
getExistingBucketObj()
Existing instance of S3 Bucket object.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
Optional user provided props to override the default props.
|
default software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps |
getS3EventSourceProps()
Optional user provided props to override the default props.
|
@NotNull Boolean getDeployLambda()
If set to false, you must provide a lambda function object as existingObj
Default: - true
@Nullable default software.amazon.awscdk.services.s3.BucketProps getBucketProps()
If deploy is set to true only then this property is required
Default: - Default props are used
@Nullable default Boolean getDeployBucket()
If set to false, you must provide S3 Bucket as existingBucketObj
Default: - true
@Nullable default software.amazon.awscdk.services.s3.Bucket getExistingBucketObj()
If deployBucket is set to false only then this property is required
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
If deploy is set to false only then this property is required
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
If deploy is set to true only then this property is required
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps getS3EventSourceProps()
Default: - Default props are used
static S3ToLambdaProps.Builder builder()
S3ToLambdaProps.Builder of S3ToLambdaPropsCopyright © 2020. All rights reserved.