@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.511Z") @Stability(value=Experimental) 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
(experimental) 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) |
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected EventInvokeConfig(software.amazon.jsii.JsiiObjectRef objRef)
protected EventInvokeConfig(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
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 © 2021. All rights reserved.