Class CfnReceiptRule.LambdaActionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnReceiptRule.LambdaActionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnReceiptRule.LambdaActionProperty
CfnReceiptRule.LambdaActionProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnReceiptRule.LambdaActionProperty
CfnReceiptRule.LambdaActionProperty.Builder, CfnReceiptRule.LambdaActionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnReceiptRule.LambdaActionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the AWS Lambda function.final String
The invocation type of the AWS Lambda function.final String
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnReceiptRule.LambdaActionProperty.Builder
.
-
-
Method Details
-
getFunctionArn
Description copied from interface:CfnReceiptRule.LambdaActionProperty
The Amazon Resource Name (ARN) of the AWS Lambda function.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 .- Specified by:
getFunctionArn
in interfaceCfnReceiptRule.LambdaActionProperty
-
getInvocationType
Description copied from interface:CfnReceiptRule.LambdaActionProperty
The invocation type of the AWS Lambda function.An invocation type of
RequestResponse
means that the execution of the function immediately results in a response, and a value ofEvent
means that the function is invoked asynchronously. The default value isEvent
. 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.- Specified by:
getInvocationType
in interfaceCfnReceiptRule.LambdaActionProperty
-
getTopicArn
Description copied from interface:CfnReceiptRule.LambdaActionProperty
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.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 .
- Specified by:
getTopicArn
in interfaceCfnReceiptRule.LambdaActionProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-