| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static ScalingEvents |
ScalingEvents.ALL
All fleet scaling events.
|
static ScalingEvents |
ScalingEvents.ERRORS
Fleet scaling errors.
|
static ScalingEvents |
ScalingEvents.LAUNCH_EVENTS
Fleet scaling launch events.
|
static ScalingEvents |
ScalingEvents.TERMINATION_EVENTS
Fleet termination launch events.
|
| Modifier and Type | Method and Description |
|---|---|
default ScalingEvents |
NotificationConfiguration.getScalingEvents()
Which fleet scaling events triggers a notification.
|
ScalingEvents |
NotificationConfiguration.Jsii$Proxy.getScalingEvents() |
| Modifier and Type | Method and Description |
|---|---|
NotificationConfiguration.Builder |
NotificationConfiguration.Builder.scalingEvents(ScalingEvents scalingEvents)
Sets the value of
NotificationConfiguration.getScalingEvents() |
Copyright © 2022. All rights reserved.