public static final class CfnEventInvokeConfigProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEventInvokeConfigProps
CfnEventInvokeConfigProps
CfnEventInvokeConfigProps.Builder, CfnEventInvokeConfigProps.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) |
java.lang.Object |
getDestinationConfig()
A destination for events after they have been sent to a function for processing.
|
java.lang.String |
getFunctionName()
The name of the Lambda function.
|
java.lang.Number |
getMaximumEventAgeInSeconds()
The maximum age of a request that Lambda sends to a function for processing.
|
java.lang.Number |
getMaximumRetryAttempts()
The maximum number of times to retry when the function returns an error.
|
java.lang.String |
getQualifier()
The identifier of a version or alias.
|
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 java.lang.String getFunctionName()
CfnEventInvokeConfigProps
Minimum : 1
Maximum : 64
Pattern : ([a-zA-Z0-9-_]+)
getFunctionName
in interface CfnEventInvokeConfigProps
public final java.lang.String getQualifier()
CfnEventInvokeConfigProps
$LATEST
.getQualifier
in interface CfnEventInvokeConfigProps
public final java.lang.Object getDestinationConfig()
CfnEventInvokeConfigProps
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
getDestinationConfig
in interface CfnEventInvokeConfigProps
public final java.lang.Number getMaximumEventAgeInSeconds()
CfnEventInvokeConfigProps
getMaximumEventAgeInSeconds
in interface CfnEventInvokeConfigProps
public final java.lang.Number getMaximumRetryAttempts()
CfnEventInvokeConfigProps
getMaximumRetryAttempts
in interface CfnEventInvokeConfigProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()