Nodegroup Args
constructor(amiType: Output<String>? = null, capacityType: Output<String>? = null, clusterName: Output<String>? = null, diskSize: Output<Int>? = null, forceUpdateEnabled: Output<Boolean>? = null, instanceTypes: Output<List<String>>? = null, labels: Output<Map<String, String>>? = null, launchTemplate: Output<NodegroupLaunchTemplateSpecificationArgs>? = null, nodeRole: Output<String>? = null, nodegroupName: Output<String>? = null, releaseVersion: Output<String>? = null, remoteAccess: Output<NodegroupRemoteAccessArgs>? = null, scalingConfig: Output<NodegroupScalingConfigArgs>? = null, subnets: Output<List<String>>? = null, tags: Output<Map<String, String>>? = null, taints: Output<List<NodegroupTaintArgs>>? = null, updateConfig: Output<NodegroupUpdateConfigArgs>? = null, version: Output<String>? = null)