GetClusterComputeConfig

data class GetClusterComputeConfig(val enabled: Boolean, val nodePools: List<String>, val nodeRoleArn: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, nodePools: List<String>, nodeRoleArn: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether zonal shift is enabled.

Link copied to clipboard

List of node pools for the EKS Auto Mode compute capability.

Link copied to clipboard

The ARN of the IAM Role EKS will assign to EC2 Managed Instances in your EKS Auto Mode cluster.