@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:01.126Z") @Stability(value=Experimental) public interface NotificationConfiguration extends software.amazon.jsii.JsiiSerializable
You can configure AutoScaling to send an SNS notification whenever your Auto Scaling group scales.
| Modifier and Type | Interface and Description |
|---|---|
static class |
NotificationConfiguration.Builder
A builder for
NotificationConfiguration |
static class |
NotificationConfiguration.Jsii$Proxy
An implementation for
NotificationConfiguration |
| Modifier and Type | Method and Description |
|---|---|
static NotificationConfiguration.Builder |
builder() |
default ScalingEvents |
getScalingEvents()
(experimental) Which fleet scaling events triggers a notification.
|
ITopic |
getTopic()
(experimental) SNS topic to send notifications about fleet scaling events.
|
@Stability(value=Experimental) @NotNull ITopic getTopic()
@Stability(value=Experimental) @Nullable default ScalingEvents getScalingEvents()
Default: ScalingEvents.ALL
@Stability(value=Experimental) static NotificationConfiguration.Builder builder()
NotificationConfiguration.Builder of NotificationConfigurationCopyright © 2021. All rights reserved.