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.111.0 (build cc021d6)", date="2025-08-02T01:18:07.379Z") public class S3ToLambda extends software.constructs.Construct
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    A fluent builder for S3ToLambda.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    S3ToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    S3ToLambda(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    S3ToLambda(software.constructs.Construct scope, String id, S3ToLambdaProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awscdk.services.lambda.Function
     
    software.amazon.awscdk.services.s3.Bucket
     
    software.amazon.awscdk.services.s3.IBucket
     
    software.amazon.awscdk.services.s3.Bucket
     

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods 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.
      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.
  • 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()