Class S3ToLambda
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.s3lambda.S3ToLambda
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.94.0 (build b380f01)",
date="2024-01-30T02:18:00.340Z")
public class S3ToLambda
extends software.constructs.Construct
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedS3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedS3ToLambda(software.amazon.jsii.JsiiObjectRef objRef) S3ToLambda(software.constructs.Construct scope, String id, S3ToLambdaProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.s3.Bucketsoftware.amazon.awscdk.services.s3.IBucketsoftware.amazon.awscdk.services.s3.BucketMethods inherited from class software.constructs.Construct
getNode, isConstruct, toStringMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
S3ToLambda
protected S3ToLambda(software.amazon.jsii.JsiiObjectRef objRef) -
S3ToLambda
protected S3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
S3ToLambda
public S3ToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull S3ToLambdaProps props) - Parameters:
scope-- represents the scope for all the resources.
id-- this is a a scope-unique id.
props-- user provided props for the construct.
-
-
Method Details
-
getLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getLambdaFunction() -
getS3BucketInterface
@NotNull public software.amazon.awscdk.services.s3.IBucket getS3BucketInterface() -
getS3Bucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3Bucket() -
getS3LoggingBucket
@Nullable public software.amazon.awscdk.services.s3.Bucket getS3LoggingBucket()
-