@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-12-02T14:12:25.617Z") public class SqsToLambda extends software.constructs.Construct
| Modifier and Type | Class and Description |
|---|---|
static class |
SqsToLambda.Builder
A fluent builder for
SqsToLambda. |
| Modifier | Constructor and Description |
|---|---|
|
SqsToLambda(software.constructs.Construct scope,
String id,
SqsToLambdaProps props) |
protected |
SqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SqsToLambda(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
software.amazon.awscdk.services.sqs.DeadLetterQueue |
getDeadLetterQueue() |
software.amazon.awscdk.services.lambda.Function |
getLambdaFunction() |
software.amazon.awscdk.services.sqs.Queue |
getSqsQueue() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SqsToLambda(software.amazon.jsii.JsiiObjectRef objRef)
protected SqsToLambda(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public SqsToLambda(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
SqsToLambdaProps 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 getLambdaFunction()
@NotNull public software.amazon.awscdk.services.sqs.Queue getSqsQueue()
@Nullable public software.amazon.awscdk.services.sqs.DeadLetterQueue getDeadLetterQueue()
Copyright © 2021. All rights reserved.