@Generated(value="jsii-pacmak/1.52.1 (build 5ccc8f6)", date="2022-01-20T16:24:05.734Z") public class LambdaToSqsToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
LambdaToSqsToLambda.Builder
A fluent builder for
LambdaToSqsToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
LambdaToSqsToLambda(software.constructs.Construct scope,
String id,
LambdaToSqsToLambdaProps props) |
protected |
LambdaToSqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LambdaToSqsToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.lambda.Function |
getConsumerLambdaFunction() |
software.amazon.awscdk.services.sqs.DeadLetterQueue |
getDeadLetterQueue() |
software.amazon.awscdk.services.lambda.Function |
getProducerLambdaFunction() |
software.amazon.awscdk.services.sqs.Queue |
getSqsQueue() |
software.amazon.awscdk.services.ec2.IVpc |
getVpc() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LambdaToSqsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected LambdaToSqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public LambdaToSqsToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
LambdaToSqsToLambdaProps 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 getConsumerLambdaFunction()
@NotNull public software.amazon.awscdk.services.lambda.Function getProducerLambdaFunction()
@NotNull public software.amazon.awscdk.services.sqs.Queue getSqsQueue()
@Nullable public software.amazon.awscdk.services.sqs.DeadLetterQueue getDeadLetterQueue()
@Nullable public software.amazon.awscdk.services.ec2.IVpc getVpc()
Copyright © 2022. All rights reserved.