Get Nodegroup Result
data class GetNodegroupResult(val arn: String? = null, val id: String? = null, val labels: Map<String, String>? = null, val launchTemplate: NodegroupLaunchTemplateSpecification? = null, val releaseVersion: String? = null, val scalingConfig: NodegroupScalingConfig? = null, val tags: Map<String, String>? = null, val taints: List<NodegroupTaint>? = null, val updateConfig: NodegroupUpdateConfig? = null, val version: String? = null)
Constructors
Link copied to clipboard
constructor(arn: String? = null, id: String? = null, labels: Map<String, String>? = null, launchTemplate: NodegroupLaunchTemplateSpecification? = null, releaseVersion: String? = null, scalingConfig: NodegroupScalingConfig? = null, tags: Map<String, String>? = null, taints: List<NodegroupTaint>? = null, updateConfig: NodegroupUpdateConfig? = null, version: String? = null)
Properties
Link copied to clipboard
An object representing a node group's launch template specification.
Link copied to clipboard
The AMI version of the Amazon EKS-optimized AMI to use with your node group.
Link copied to clipboard
The scaling configuration details for the Auto Scaling group that is created for your node group.
Link copied to clipboard
The Kubernetes taints to be applied to the nodes in the node group when they are created.
Link copied to clipboard
The node group update configuration.