@Generated(value="jsii-pacmak/1.27.0 (build 07d848a)", date="2021-04-07T22:59:50.557Z") public class LambdaToS3 extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToS3.Builder
A fluent builder for
LambdaToS3. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToS3(software.amazon.awscdk.core.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.Bucket |
getS3LoggingBucket() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, 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.amazon.awscdk.core.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()
@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 © 2021. All rights reserved.