| Modifier and Type | Method and Description |
|---|---|
LambdaToS3.Builder |
LambdaToS3.Builder.bucketEnvironmentVariableName(String bucketEnvironmentVariableName)
Optional Name for the Lambda function environment variable set to the name of the bucket.
|
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)
Optional user provided props to override the default props for the S3 Bucket.
|
static LambdaToS3.Builder |
LambdaToS3.Builder.create(software.constructs.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)
Optional user provided props to override the default props for the Lambda function.
|
LambdaToS3.Builder |
LambdaToS3.Builder.loggingBucketProps(software.amazon.awscdk.services.s3.BucketProps loggingBucketProps)
Optional user provided props to override the default props for the S3 Logging Bucket.
|
LambdaToS3.Builder |
LambdaToS3.Builder.logS3AccessLogs(Boolean logS3AccessLogs)
Whether to turn on Access Logs for the S3 bucket with the associated storage costs.
|
LambdaToS3.Builder |
LambdaToS3.Builder.vpcProps(software.amazon.awscdk.services.ec2.VpcProps vpcProps)
Properties to override default properties if deployVpc is true.
|
Copyright © 2022. All rights reserved.