@Generated(value="jsii-pacmak/1.14.0 (build 729554b)", date="2020-10-29T17:34:18.497Z") @Stability(value=Stable) public class EventInvokeConfig extends Resource
By default, Lambda retries an asynchronous invocation twice if the function returns an error. It retains events in a queue for up to six hours. When an event fails all processing attempts or stays in the asynchronous invocation queue for too long, Lambda discards it.
| Modifier and Type | Class and Description |
|---|---|
static class |
EventInvokeConfig.Builder
A fluent builder for
EventInvokeConfig. |
software.amazon.jsii.JsiiObject.InitializationModeIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
|
EventInvokeConfig(software.constructs.Construct scope,
String id,
EventInvokeConfigProps props) |
protected |
EventInvokeConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
EventInvokeConfig(software.amazon.jsii.JsiiObjectRef objRef) |
generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStackgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetNodeprotected EventInvokeConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected EventInvokeConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public EventInvokeConfig(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
EventInvokeConfigProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.Copyright © 2020. All rights reserved.