@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-04-22T22:01:10.768Z") 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()
User provided props to override the default props for the S3 Bucket.
|
default software.amazon.awscdk.services.s3.Bucket |
getExistingBucketObj()
Existing instance of S3 Bucket object, if this is set then the bucketProps is ignored.
|
default software.amazon.awscdk.services.lambda.Function |
getExistingLambdaObj()
Existing instance of Lambda Function object, if this is set then the lambdaFunctionProps is ignored.
|
default software.amazon.awscdk.services.lambda.FunctionProps |
getLambdaFunctionProps()
User provided props to override the default props for the Lambda function.
|
default software.amazon.awscdk.services.lambda.eventsources.S3EventSourceProps |
getS3EventSourceProps()
Optional user provided props to override the default props.
|
@Nullable default software.amazon.awscdk.services.s3.BucketProps getBucketProps()
Default: - Default props are used
@Nullable default software.amazon.awscdk.services.s3.Bucket getExistingBucketObj()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.Function getExistingLambdaObj()
Default: - None
@Nullable default software.amazon.awscdk.services.lambda.FunctionProps getLambdaFunctionProps()
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 © 2021. All rights reserved.