| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
| Modifier and Type | Method and Description |
|---|---|
AutoScalingGroupOptions |
AutoScalingGroupOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LegacyCluster.addAutoScalingGroup(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
(experimental) Add compute capacity to this EKS cluster in the form of an AutoScalingGroup.
|
void |
Cluster.connectAutoScalingGroupCapacity(AutoScalingGroup autoScalingGroup,
AutoScalingGroupOptions options)
(experimental) Connect capacity in the form of an existing AutoScalingGroup to the EKS cluster.
|
Copyright © 2020. All rights reserved.