Get Node Group Result
data class GetNodeGroupResult(val amiType: String, val arn: String, val capacityType: String, val clusterName: String, val diskSize: Int, val id: String, val instanceTypes: List<String>, val labels: Map<String, String>, val launchTemplates: List<GetNodeGroupLaunchTemplate>, val nodeGroupName: String, val nodeRoleArn: String, val releaseVersion: String, val remoteAccesses: List<GetNodeGroupRemoteAccess>, val resources: List<GetNodeGroupResource>, val scalingConfigs: List<GetNodeGroupScalingConfig>, val status: String, val subnetIds: List<String>, val tags: Map<String, String>, val taints: List<GetNodeGroupTaint>, val version: String)
A collection of values returned by getNodeGroup.
Constructors
Link copied to clipboard
fun GetNodeGroupResult(amiType: String, arn: String, capacityType: String, clusterName: String, diskSize: Int, id: String, instanceTypes: List<String>, labels: Map<String, String>, launchTemplates: List<GetNodeGroupLaunchTemplate>, nodeGroupName: String, nodeRoleArn: String, releaseVersion: String, remoteAccesses: List<GetNodeGroupRemoteAccess>, resources: List<GetNodeGroupResource>, scalingConfigs: List<GetNodeGroupScalingConfig>, status: String, subnetIds: List<String>, tags: Map<String, String>, taints: List<GetNodeGroupTaint>, version: String)