Interface StopProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
StopProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:41.967Z")
@Stability(Stable)
public interface StopProps
extends software.amazon.jsii.JsiiSerializable
Construction properties for a stop action.
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;
StopProps stopProps = StopProps.builder()
.topic(topic)
.build();
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic StopProps.Builderbuilder()default ITopicgetTopic()The SNS topic to notify when the stop action is taken.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTopic
The SNS topic to notify when the stop action is taken. -
builder
- Returns:
- a
StopProps.BuilderofStopProps
-