AwsNodePoolConfigSpotConfigArgs

data class AwsNodePoolConfigSpotConfigArgs(val instanceTypes: Output<List<String>>) : ConvertibleToJava<AwsNodePoolConfigSpotConfigArgs>

Constructors

Link copied to clipboard
constructor(instanceTypes: Output<List<String>>)

Properties

Link copied to clipboard
val instanceTypes: Output<List<String>>

List of AWS EC2 instance types for creating a spot node pool's nodes. The specified instance types must have the same number of CPUs and memory. You can use the Amazon EC2 Instance Selector tool (https://github.com/aws/amazon-ec2-instance-selector) to choose instance types with matching CPU and memory

Functions

Link copied to clipboard
open override fun toJava(): AwsNodePoolConfigSpotConfigArgs