Class Stop
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ses.actions.Stop
- All Implemented Interfaces:
IReceiptRuleAction
,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2025-01-15T21:09:27.484Z")
@Stability(Stable)
public class Stop
extends software.amazon.jsii.JsiiObject
implements IReceiptRuleAction
Terminates the evaluation of the receipt rule set and optionally publishes a notification to Amazon SNS.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.ses.actions.*; import software.amazon.awscdk.services.sns.*; Topic topic; Stop stop = Stop.Builder.create() .topic(topic) .build();
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ses.IReceiptRuleAction
IReceiptRuleAction.Jsii$Default, IReceiptRuleAction.Jsii$Proxy
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbind
(IReceiptRule _rule) Returns the receipt rule action specification.Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Constructor Details
-
Stop
protected Stop(software.amazon.jsii.JsiiObjectRef objRef) -
Stop
protected Stop(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
Stop
- Parameters:
props
-
-
Stop
@Stability(Stable) public Stop()
-
-
Method Details
-
bind
Returns the receipt rule action specification.- Specified by:
bind
in interfaceIReceiptRuleAction
- Parameters:
_rule
- This parameter is required.
-