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.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.429Z")
@Stability(Stable)
public interface IReceiptRuleAction
extends software.amazon.jsii.JsiiSerializable
An abstract action for a receipt rule.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIReceiptRuleAction.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescriptionbind(IReceiptRule receiptRule) Returns the receipt rule action specification.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
bind
Returns the receipt rule action specification.- Parameters:
receiptRule- This parameter is required.
-