Class LambdaToSqsToLambda
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awsconstructs.services.lambdasqslambda.LambdaToSqsToLambda
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.111.0 (build cc021d6)",
date="2025-05-01T20:29:02.485Z")
public class LambdaToSqsToLambda
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
ConstructorsModifierConstructorDescriptionprotectedLambdaToSqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedLambdaToSqsToLambda(software.amazon.jsii.JsiiObjectRef objRef) LambdaToSqsToLambda(software.constructs.Construct scope, String id, LambdaToSqsToLambdaProps props) -
Method Summary
Modifier and TypeMethodDescriptionsoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.sqs.DeadLetterQueuesoftware.amazon.awscdk.services.lambda.Functionsoftware.amazon.awscdk.services.sqs.Queuesoftware.amazon.awscdk.services.ec2.IVpcgetVpc()Methods 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
-
LambdaToSqsToLambda
protected LambdaToSqsToLambda(software.amazon.jsii.JsiiObjectRef objRef) -
LambdaToSqsToLambda
protected LambdaToSqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
LambdaToSqsToLambda
public LambdaToSqsToLambda(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull LambdaToSqsToLambdaProps 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
-
getConsumerLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getConsumerLambdaFunction() -
getProducerLambdaFunction
@NotNull public software.amazon.awscdk.services.lambda.Function getProducerLambdaFunction() -
getSqsQueue
@NotNull public software.amazon.awscdk.services.sqs.Queue getSqsQueue() -
getDeadLetterQueue
@Nullable public software.amazon.awscdk.services.sqs.DeadLetterQueue getDeadLetterQueue() -
getVpc
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
-