| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static GroupMetric |
GroupMetric.DESIRED_CAPACITY
The number of instances that the Auto Scaling group attempts to maintain.
|
static GroupMetric |
GroupMetric.IN_SERVICE_INSTANCES
The number of instances that are running as part of the Auto Scaling group This metric does not include instances that are pending or terminating.
|
static GroupMetric |
GroupMetric.MAX_SIZE
The maximum size of the Auto Scaling group.
|
static GroupMetric |
GroupMetric.MIN_SIZE
The minimum size of the Auto Scaling group.
|
static GroupMetric |
GroupMetric.PENDING_INSTANCES
The number of instances that are pending A pending instance is not yet in service, this metric does not include instances that are in service or terminating.
|
static GroupMetric |
GroupMetric.STANDBY_INSTANCES
The number of instances that are in a Standby state Instances in this state are still running but are not actively in service.
|
static GroupMetric |
GroupMetric.TERMINATING_INSTANCES
The number of instances that are in the process of terminating This metric does not include instances that are in service or pending.
|
static GroupMetric |
GroupMetric.TOTAL_INSTANCES
The total number of instances in the Auto Scaling group This metric identifies the number of instances that are in service, pending, and terminating.
|
| Constructor and Description |
|---|
GroupMetrics(GroupMetric... metrics) |
Copyright © 2022. All rights reserved.