@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.227Z") @Stability(value=Stable) public interface StopProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StopProps.Builder
A builder for
StopProps |
static class |
StopProps.Jsii$Proxy
An implementation for
StopProps |
| Modifier and Type | Method and Description |
|---|---|
static StopProps.Builder |
builder() |
default ITopic |
getTopic()
The SNS topic to notify when the stop action is taken.
|
@Stability(value=Stable) @Nullable default ITopic getTopic()
@Stability(value=Stable) static StopProps.Builder builder()
StopProps.Builder of StopPropsCopyright © 2022. All rights reserved.