instanceTypes property
If the node group wasn't deployed with a launch template, then this is the
instance type that is associated with the node group. If the node group was
deployed with a launch template, then this is null
.
Implementation
final List<String>? instanceTypes;