public static final class CfnReceiptRule.LambdaActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.LambdaActionProperty
CfnReceiptRule.LambdaActionProperty
CfnReceiptRule.LambdaActionProperty.Builder, CfnReceiptRule.LambdaActionProperty.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.String |
getFunctionArn()
The Amazon Resource Name (ARN) of the AWS Lambda function.
|
java.lang.String |
getInvocationType()
The invocation type of the AWS Lambda function.
|
java.lang.String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.
|
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 getFunctionArn()
CfnReceiptRule.LambdaActionProperty
An example of an AWS Lambda function ARN is arn:aws:lambda:us-west-2:account-id:function:MyFunction
. For more information about AWS Lambda, see the AWS Lambda Developer Guide .
getFunctionArn
in interface CfnReceiptRule.LambdaActionProperty
public final java.lang.String getInvocationType()
CfnReceiptRule.LambdaActionProperty
An invocation type of RequestResponse
means that the execution of the function immediately results in a response, and a value of Event
means that the function is invoked asynchronously. The default value is Event
. For information about AWS Lambda invocation types, see the AWS Lambda Developer Guide .
There is a 30-second timeout on
RequestResponse
invocations. You should useEvent
invocation in most cases. UseRequestResponse
only to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.
getInvocationType
in interface CfnReceiptRule.LambdaActionProperty
public final java.lang.String getTopicArn()
CfnReceiptRule.LambdaActionProperty
You can find the ARN of a topic by using the ListTopics operation in Amazon SNS.
For more information about Amazon SNS topics, see the Amazon SNS Developer Guide .
getTopicArn
in interface CfnReceiptRule.LambdaActionProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()