@Generated(value="jsii-pacmak/1.65.0 (build 7a02b7f)", date="2022-08-26T21:12:57.475Z") public class S3ToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
S3ToLambda.Builder
A fluent builder for
S3ToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
S3ToLambda(software.constructs.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.IBucket |
getS3BucketInterface() |
software.amazon.awscdk.services.s3.Bucket |
getS3LoggingBucket() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected S3ToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected S3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public S3ToLambda(@NotNull
software.constructs.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.@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()
Copyright © 2022. All rights reserved.