| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static ScalingEvents |
ScalingEvents.ALL
(experimental) All fleet scaling events.
|
static ScalingEvents |
ScalingEvents.ERRORS
(experimental) Fleet scaling errors.
|
static ScalingEvents |
ScalingEvents.LAUNCH_EVENTS
(experimental) Fleet scaling launch events.
|
| Modifier and Type | Method and Description |
|---|---|
default ScalingEvents |
NotificationConfiguration.getScalingEvents()
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(ITopic topic,
ScalingEvents scalingEvents)
Constructor that initializes the object based on literal property values passed by the
NotificationConfiguration.Builder. |
Copyright © 2021. All rights reserved.