Interface StopProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
StopProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:14.095Z") @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
    Modifier and Type
    Interface
    Description
    static final class 
    A builder for StopProps
    static final class 
    An implementation for StopProps
  • Method Summary

    Modifier and Type
    Method
    Description
     
    default ITopic
    The SNS topic to notify when the stop action is taken.

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson