java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.sqslambda.SqsToLambda
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-01-31T21:52:01.090Z") public class SqsToLambda extends software.constructs.Construct
  • Nested Class Summary

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

    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
    SqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    SqsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    SqsToLambda(software.constructs.Construct scope, String id, SqsToLambdaProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    software.amazon.awscdk.services.sqs.DeadLetterQueue
     
    software.amazon.awscdk.services.lambda.Function
     
    software.amazon.awscdk.services.sqs.Queue
     

    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

    • SqsToLambda

      protected SqsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
    • SqsToLambda

      protected SqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • SqsToLambda

      public SqsToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull SqsToLambdaProps 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()
    • getSqsQueue

      @NotNull public software.amazon.awscdk.services.sqs.Queue getSqsQueue()
    • getDeadLetterQueue

      @Nullable public software.amazon.awscdk.services.sqs.DeadLetterQueue getDeadLetterQueue()