| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static EventInvokeConfig.Builder |
EventInvokeConfig.Builder.create(software.constructs.Construct scope,
String id) |
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.function(IFunction function)
(experimental) The Lambda function.
|
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.maxEventAge(Duration maxEventAge)
(experimental) The maximum age of a request that Lambda sends to a function for processing.
|
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.onFailure(IDestination onFailure)
(experimental) The destination for failed invocations.
|
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.onSuccess(IDestination onSuccess)
(experimental) The destination for successful invocations.
|
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.qualifier(String qualifier)
(experimental) The qualifier.
|
EventInvokeConfig.Builder |
EventInvokeConfig.Builder.retryAttempts(Number retryAttempts)
(experimental) The maximum number of times to retry when the function returns an error.
|
Copyright © 2021. All rights reserved.