| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CapacityType |
NodegroupProps.Jsii$Proxy.getCapacityType() |
default CapacityType |
NodegroupOptions.getCapacityType()
The capacity type of the nodegroup.
|
CapacityType |
NodegroupOptions.Jsii$Proxy.getCapacityType() |
static CapacityType |
CapacityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityType[] |
CapacityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
NodegroupProps.Builder |
NodegroupProps.Builder.capacityType(CapacityType capacityType)
Sets the value of
NodegroupOptions.getCapacityType() |
NodegroupOptions.Builder |
NodegroupOptions.Builder.capacityType(CapacityType capacityType)
Sets the value of
NodegroupOptions.getCapacityType() |
Nodegroup.Builder |
Nodegroup.Builder.capacityType(CapacityType capacityType)
The capacity type of the nodegroup.
|
Copyright © 2022. All rights reserved.