| Package | Description |
|---|---|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default LambdaInvocationType |
LambdaInvokeProps.getInvocationType()
(experimental) 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)
(experimental) 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,
Map<String,? extends Object> resultSelector,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
LambdaInvokeProps.Builder. |
Copyright © 2021. All rights reserved.