| 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)
Adds an additional auto-scaling group to this Deployment Group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
Cluster.addCapacity(String id,
AddCapacityOptions options)
It is highly recommended to use
Cluster.addAsgCapacityProvider instead of this method. |
AutoScalingGroup |
AsgCapacityProvider.getAutoScalingGroup()
Auto Scaling Group.
|
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroup |
Cluster.addAutoScalingGroupCapacity(String id,
AutoScalingGroupCapacityOptions options)
Add nodes to this EKS cluster.
|
AutoScalingGroup |
Cluster.getDefaultCapacity()
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)
Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
void |
ICluster.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
void |
ICluster.Jsii$Proxy.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
default void |
ICluster.Jsii$Default.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
Copyright © 2022. All rights reserved.