@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.072Z") @Stability(value=Experimental) public interface StopActionConfig extends software.amazon.jsii.JsiiSerializable
| 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()
(experimental) The scope of the StopAction.
|
default String |
getTopicArn()
(experimental) The Amazon Resource Name (ARN) of the Amazon SNS topic to notify when the stop action is taken.
|
@Stability(value=Experimental) @NotNull String getScope()
The only acceptable value is RuleSet.
@Stability(value=Experimental) @Nullable default String getTopicArn()
Default: - No notification is sent to SNS.
@Stability(value=Experimental) static StopActionConfig.Builder builder()
StopActionConfig.Builder of StopActionConfigCopyright © 2021. All rights reserved.