Interface IReceiptRuleAction

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IReceiptRuleAction.Jsii$Default
All Known Implementing Classes:
AddHeader, Bounce, IReceiptRuleAction.Jsii$Proxy, Lambda, S3, Sns, Stop

@Generated(value="jsii-pacmak/1.97.0 (build 729de35)", date="2024-04-18T17:54:24.970Z") @Stability(Stable) public interface IReceiptRuleAction extends software.amazon.jsii.JsiiSerializable
An abstract action for a receipt rule.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IReceiptRuleAction.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(IReceiptRule receiptRule)
    Returns the receipt rule action specification.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • bind

      @Stability(Stable) @NotNull ReceiptRuleActionConfig bind(@NotNull IReceiptRule receiptRule)
      Returns the receipt rule action specification.

      Parameters:
      receiptRule - This parameter is required.