| Modifier and Type | Method and Description |
|---|---|
LambdaToS3.Builder |
LambdaToS3.Builder.bucketEnvironmentVariableName(String bucketEnvironmentVariableName)
Optional Name for the S3 bucket environment variable set for the Lambda function.
|
LambdaToS3.Builder |
LambdaToS3.Builder.bucketPermissions(List<String> bucketPermissions)
Optional bucket permissions to grant to the Lambda function.
|
LambdaToS3.Builder |
LambdaToS3.Builder.bucketProps(software.amazon.awscdk.services.s3.BucketProps bucketProps)
User provided props to override the default props for the S3 Bucket.
|
static LambdaToS3.Builder |
LambdaToS3.Builder.create(software.amazon.awscdk.core.Construct scope,
String id) |
LambdaToS3.Builder |
LambdaToS3.Builder.deployVpc(Boolean deployVpc)
Whether to deploy a new VPC.
|
LambdaToS3.Builder |
LambdaToS3.Builder.existingBucketObj(software.amazon.awscdk.services.s3.IBucket existingBucketObj)
Existing instance of S3 Bucket object, providing both this and `bucketProps` will cause an error.
|
LambdaToS3.Builder |
LambdaToS3.Builder.existingLambdaObj(software.amazon.awscdk.services.lambda.Function existingLambdaObj)
Existing instance of Lambda Function object, providing both this and `lambdaFunctionProps` will cause an error.
|
LambdaToS3.Builder |
LambdaToS3.Builder.existingVpc(software.amazon.awscdk.services.ec2.IVpc existingVpc)
An existing VPC for the construct to use (construct will NOT create a new VPC in this case).
|
LambdaToS3.Builder |
LambdaToS3.Builder.lambdaFunctionProps(software.amazon.awscdk.services.lambda.FunctionProps lambdaFunctionProps)
User provided props to override the default props for the Lambda function.
|
LambdaToS3.Builder |
LambdaToS3.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2021. All rights reserved.