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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.CfnReceiptRule.LambdaActionProperty
CfnReceiptRule.LambdaActionProperty.Builder, CfnReceiptRule.LambdaActionProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnReceiptRule.LambdaActionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe Amazon Resource Name (ARN) of the AWS Lambda function.final StringThe invocation type of the AWS Lambda function.final StringThe Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the Lambda action is executed.final inthashCode()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.LambdaActionPropertyThe 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:
 getFunctionArnin interfaceCfnReceiptRule.LambdaActionProperty
 - 
getInvocationType
Description copied from interface:CfnReceiptRule.LambdaActionPropertyThe invocation type of the AWS Lambda function.An invocation type of
RequestResponsemeans that the execution of the function immediately results in a response, and a value ofEventmeans 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
RequestResponseinvocations. You should useEventinvocation in most cases. UseRequestResponseonly to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.- Specified by:
 getInvocationTypein interfaceCfnReceiptRule.LambdaActionProperty
 - 
getTopicArn
Description copied from interface:CfnReceiptRule.LambdaActionPropertyThe 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:
 getTopicArnin interfaceCfnReceiptRule.LambdaActionProperty
 - 
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
 $jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
 - 
equals
 - 
hashCode
public final int hashCode() 
 -