@Generated(value="jsii-pacmak/1.62.0 (build 293ac17)", date="2022-07-26T15:51:51.682Z") public class LambdaToS3 extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToS3.Builder
A fluent builder for
LambdaToS3. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToS3(software.constructs.Construct scope,
String id,
LambdaToS3Props props) |
protected |
LambdaToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToS3(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.s3.Bucket |
getS3Bucket() |
software.amazon.awscdk.services.s3.IBucket |
getS3BucketInterface() |
software.amazon.awscdk.services.s3.Bucket |
getS3LoggingBucket() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToS3(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToS3(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToS3(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LambdaToS3Props props)
scope - - represents the scope for all the resources. This parameter is required.id - - this is a a scope-unique id. This parameter is required.props - - user provided props for the construct. This parameter is required.@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction()
@NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket()
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
Copyright © 2022. All rights reserved.