| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default CapacityType |
NodegroupOptions.getCapacityType()
(experimental) The capacity type of the nodegroup.
|
CapacityType |
NodegroupOptions.Jsii$Proxy.getCapacityType() |
CapacityType |
NodegroupProps.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 |
|---|---|
NodegroupOptions.Builder |
NodegroupOptions.Builder.capacityType(CapacityType capacityType)
Sets the value of
NodegroupOptions.getCapacityType() |
Nodegroup.Builder |
Nodegroup.Builder.capacityType(CapacityType capacityType)
(experimental) The capacity type of the nodegroup.
|
NodegroupProps.Builder |
NodegroupProps.Builder.capacityType(CapacityType capacityType)
Sets the value of
NodegroupOptions.getCapacityType() |
| Constructor and Description |
|---|
Jsii$Proxy(ICluster cluster,
NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupProps.Builder. |
Jsii$Proxy(NodegroupAmiType amiType,
CapacityType capacityType,
Number desiredSize,
Number diskSize,
Boolean forceUpdate,
List<? extends InstanceType> instanceTypes,
Map<String,String> labels,
LaunchTemplateSpec launchTemplateSpec,
Number maxSize,
Number minSize,
String nodegroupName,
IRole nodeRole,
String releaseVersion,
NodegroupRemoteAccess remoteAccess,
SubnetSelection subnets,
Map<String,String> tags)
Constructor that initializes the object based on literal property values passed by the
NodegroupOptions.Builder. |
Copyright © 2021. All rights reserved.