ComputeNodeGroupInstanceConfig

data class ComputeNodeGroupInstanceConfig(val instanceType: String? = null)

An EC2 instance configuration AWS PCS uses to launch compute nodes.

Constructors

Link copied to clipboard
constructor(instanceType: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val instanceType: String? = null

The EC2 instance type that AWS PCS can provision in the compute node group.