@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:47:08.094Z") @Stability(value=Stable) public enum NodegroupAmiType extends Enum<NodegroupAmiType>
GPU instance types should use the AL2_x86_64_GPU AMI type, which uses the
Amazon EKS-optimized Linux AMI with GPU support. Non-GPU instances should use the AL2_x86_64 AMI type, which
uses the Amazon EKS-optimized Linux AMI.
| Enum Constant and Description |
|---|
AL2_ARM_64
Amazon Linux 2 (ARM-64).
|
AL2_X86_64
Amazon Linux 2 (x86-64).
|
AL2_X86_64_GPU
Amazon Linux 2 with GPU support.
|
| Modifier and Type | Method and Description |
|---|---|
static NodegroupAmiType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodegroupAmiType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@Stability(value=Stable) public static final NodegroupAmiType AL2_X86_64
@Stability(value=Stable) public static final NodegroupAmiType AL2_X86_64_GPU
@Stability(value=Stable) public static final NodegroupAmiType AL2_ARM_64
public static NodegroupAmiType[] values()
for (NodegroupAmiType c : NodegroupAmiType.values()) System.out.println(c);
public static NodegroupAmiType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2021. All rights reserved.