@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:42.221Z") @Stability(value=Stable) public interface StopActionConfig 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.*;
StopActionConfig stopActionConfig = StopActionConfig.builder()
.scope("scope")
// the properties below are optional
.topicArn("topicArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
StopActionConfig.Builder
A builder for
StopActionConfig |
static class |
StopActionConfig.Jsii$Proxy
An implementation for
StopActionConfig |
| Modifier and Type | Method and Description |
|---|---|
static StopActionConfig.Builder |
builder() |
String |
getScope()
The scope of the StopAction.
|
default String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
@Stability(value=Stable) @NotNull String getScope()
The only acceptable value is RuleSet.
@Stability(value=Stable) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Stable) static StopActionConfig.Builder builder()
StopActionConfig.Builder of StopActionConfigCopyright © 2022. All rights reserved.