@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:18.597Z") @Stability(value=Experimental) 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
(experimental) Amazon Linux 2 (ARM-64).
|
AL2_X86_64
(experimental) Amazon Linux 2 (x86-64).
|
AL2_X86_64_GPU
(experimental) 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=Experimental) public static final NodegroupAmiType AL2_X86_64
@Stability(value=Experimental) public static final NodegroupAmiType AL2_X86_64_GPU
@Stability(value=Experimental) 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.