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
,WorkMail
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:09.809Z")
@Stability(Stable)
public interface IReceiptRuleAction
extends software.amazon.jsii.JsiiSerializable
An abstract action for a receipt rule.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forIReceiptRuleAction
.static final class
A 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.
-