@Generated(value="jsii-pacmak/1.14.1 (build 828de8a)", date="2020-11-24T22:28:07.380Z") @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 © 2020. All rights reserved.