public static final class EventInvokeConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements EventInvokeConfigProps
EventInvokeConfigProps
EventInvokeConfigProps.Builder, EventInvokeConfigProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
IFunction |
getFunction()
The Lambda function.
|
Duration |
getMaxEventAge()
The maximum age of a request that Lambda sends to a function for processing.
|
IDestination |
getOnFailure()
The destination for failed invocations.
|
IDestination |
getOnSuccess()
The destination for successful invocations.
|
java.lang.String |
getQualifier()
The qualifier.
|
java.lang.Number |
getRetryAttempts()
The maximum number of times to retry when the function returns an error.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final IFunction getFunction()
EventInvokeConfigProps
getFunction
in interface EventInvokeConfigProps
public final java.lang.String getQualifier()
EventInvokeConfigProps
Default: - latest version
getQualifier
in interface EventInvokeConfigProps
public final Duration getMaxEventAge()
EventInvokeConfigOptions
Minimum: 60 seconds Maximum: 6 hours
Default: Duration.hours(6)
getMaxEventAge
in interface EventInvokeConfigOptions
public final IDestination getOnFailure()
EventInvokeConfigOptions
Default: - no destination
getOnFailure
in interface EventInvokeConfigOptions
public final IDestination getOnSuccess()
EventInvokeConfigOptions
Default: - no destination
getOnSuccess
in interface EventInvokeConfigOptions
public final java.lang.Number getRetryAttempts()
EventInvokeConfigOptions
Minimum: 0 Maximum: 2
Default: 2
getRetryAttempts
in interface EventInvokeConfigOptions
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()