@Generated(value="jsii-pacmak/1.73.0 (build 6faeda3)",
date="2023-01-25T18:29:05.347Z")
public interface StopActionConfig
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() |
java.lang.String |
getScope()
The scope of the StopAction.
|
default java.lang.String |
getTopicArn()
The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
java.lang.String getScope()
The only acceptable value is RuleSet.
default java.lang.String getTopicArn()
Default: - No notification is sent to SNS.
static StopActionConfig.Builder builder()
StopActionConfig.Builder
of StopActionConfig