| Modifier and Type | Method and Description |
|---|---|
default LambdaInvocationType |
LambdaInvokeProps.getInvocationType()
Invocation type of the Lambda function.
|
LambdaInvocationType |
LambdaInvokeProps.Jsii$Proxy.getInvocationType() |
static LambdaInvocationType |
LambdaInvocationType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaInvocationType[] |
LambdaInvocationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
LambdaInvoke.Builder |
LambdaInvoke.Builder.invocationType(LambdaInvocationType invocationType)
Invocation type of the Lambda function.
|
LambdaInvokeProps.Builder |
LambdaInvokeProps.Builder.invocationType(LambdaInvocationType invocationType)
Sets the value of
LambdaInvokeProps.getInvocationType() |
| Constructor and Description |
|---|
Jsii$Proxy(IFunction lambdaFunction,
String clientContext,
LambdaInvocationType invocationType,
TaskInput payload,
Boolean payloadResponseOnly,
String qualifier,
Boolean retryOnServiceExceptions,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
LambdaInvokeProps.Builder. |
Copyright © 2020. All rights reserved.