| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GroupMetrics |
GroupMetrics.all()
Report all group metrics.
|
| Modifier and Type | Method and Description |
|---|---|
List<GroupMetrics> |
AutoScalingGroupProps.Jsii$Proxy.getGroupMetrics() |
default List<GroupMetrics> |
CommonAutoScalingGroupProps.getGroupMetrics()
Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.
|
List<GroupMetrics> |
CommonAutoScalingGroupProps.Jsii$Proxy.getGroupMetrics() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupProps.Builder |
AutoScalingGroupProps.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics)
Sets the value of
CommonAutoScalingGroupProps.getGroupMetrics() |
AutoScalingGroup.Builder |
AutoScalingGroup.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics)
Enable monitoring for group metrics, these metrics describe the group rather than any of its instances.
|
CommonAutoScalingGroupProps.Builder |
CommonAutoScalingGroupProps.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics)
Sets the value of
CommonAutoScalingGroupProps.getGroupMetrics() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupMetrics> |
AddCapacityOptions.Jsii$Proxy.getGroupMetrics() |
| Modifier and Type | Method and Description |
|---|---|
AddCapacityOptions.Builder |
AddCapacityOptions.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics)
Sets the value of
CommonAutoScalingGroupProps.getGroupMetrics() |
| Modifier and Type | Method and Description |
|---|---|
List<GroupMetrics> |
AutoScalingGroupCapacityOptions.Jsii$Proxy.getGroupMetrics() |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupCapacityOptions.Builder |
AutoScalingGroupCapacityOptions.Builder.groupMetrics(List<? extends GroupMetrics> groupMetrics)
Sets the value of
CommonAutoScalingGroupProps.getGroupMetrics() |
Copyright © 2022. All rights reserved.