@Generated(value="jsii-pacmak/1.12.0 (build 5ddc9f2)", date="2020-09-14T12:47:25.713Z") public class S3ToLambda extends software.amazon.awscdk.core.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
S3ToLambda.Builder
A fluent builder for
S3ToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
S3ToLambda(software.amazon.awscdk.core.Construct scope,
String id,
S3ToLambdaProps props) |
protected |
S3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
S3ToLambda(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() |
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetprotected S3ToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected S3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public S3ToLambda(@NotNull
software.amazon.awscdk.core.Construct scope,
@NotNull
String id,
@NotNull
S3ToLambdaProps 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.Copyright © 2020. All rights reserved.