| Package | Description |
|---|---|
| software.amazon.awscdk.services.autoscaling |
Amazon EC2 Auto Scaling Construct Library
|
| software.amazon.awscdk.services.codedeploy |
AWS CodeDeploy 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 |
|---|---|
AutoScalingGroup |
AutoScalingGroup.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
void |
ServerDeploymentGroup.addAutoScalingGroup(AutoScalingGroup asg)
(experimental) Adds an additional auto-scaling group to this Deployment Group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
AsgCapacityProvider.getAutoScalingGroup()
(experimental) Auto Scaling Group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
Cluster.addAutoScalingGroupCapacity(String id,
AutoScalingGroupCapacityOptions options)
(experimental) Add nodes to this EKS cluster.
|
AutoScalingGroup |
Cluster.getDefaultCapacity()
(experimental) The auto scaling group that hosts the default capacity for this cluster.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Cluster.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
(experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
Copyright © 2021. All rights reserved.