@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:44.559Z") @Stability(value=Stable) public interface EventInvokeConfigOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
EventInvokeConfigOptions.Builder
A builder for
EventInvokeConfigOptions |
static class |
EventInvokeConfigOptions.Jsii$Proxy
An implementation for
EventInvokeConfigOptions |
| Modifier and Type | Method and Description |
|---|---|
static EventInvokeConfigOptions.Builder |
builder() |
default Duration |
getMaxEventAge()
The maximum age of a request that Lambda sends to a function for processing.
|
default IDestination |
getOnFailure()
The destination for failed invocations.
|
default IDestination |
getOnSuccess()
The destination for successful invocations.
|
default Number |
getRetryAttempts()
The maximum number of times to retry when the function returns an error.
|
@Stability(value=Stable) @Nullable default Duration getMaxEventAge()
Minimum: 60 seconds Maximum: 6 hours
Default: Duration.hours(6)
@Stability(value=Stable) @Nullable default IDestination getOnFailure()
Default: - no destination
@Stability(value=Stable) @Nullable default IDestination getOnSuccess()
Default: - no destination
@Stability(value=Stable) @Nullable default Number getRetryAttempts()
Minimum: 0 Maximum: 2
Default: 2
@Stability(value=Stable) static EventInvokeConfigOptions.Builder builder()
EventInvokeConfigOptions.Builder of EventInvokeConfigOptionsCopyright © 2021. All rights reserved.