Class CfnReceiptRule.LambdaActionProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.CfnReceiptRule.LambdaActionProperty.Jsii$Proxy
All Implemented Interfaces:
CfnReceiptRule.LambdaActionProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnReceiptRule.LambdaActionProperty

@Stability(Stable) @Internal public static final class CfnReceiptRule.LambdaActionProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnReceiptRule.LambdaActionProperty
  • 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

      protected Jsii$Proxy(CfnReceiptRule.LambdaActionProperty.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnReceiptRule.LambdaActionProperty.Builder.
  • Method Details

    • getFunctionArn

      public final String 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 interface CfnReceiptRule.LambdaActionProperty
    • getInvocationType

      public final String 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 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 use Event invocation in most cases. Use RequestResponse only to make a mail flow decision, such as whether to stop the receipt rule or the receipt rule set.

      Specified by:
      getInvocationType in interface CfnReceiptRule.LambdaActionProperty
    • getTopicArn

      public final String 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 interface CfnReceiptRule.LambdaActionProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object