AwsNodePoolConfigArgs

constructor(autoscalingMetricsCollection: Output<AwsNodePoolConfigAutoscalingMetricsCollectionArgs>? = null, configEncryption: Output<AwsNodePoolConfigConfigEncryptionArgs>, iamInstanceProfile: Output<String>, imageType: Output<String>? = null, instancePlacement: Output<AwsNodePoolConfigInstancePlacementArgs>? = null, instanceType: Output<String>? = null, labels: Output<Map<String, String>>? = null, proxyConfig: Output<AwsNodePoolConfigProxyConfigArgs>? = null, rootVolume: Output<AwsNodePoolConfigRootVolumeArgs>? = null, securityGroupIds: Output<List<String>>? = null, spotConfig: Output<AwsNodePoolConfigSpotConfigArgs>? = null, sshConfig: Output<AwsNodePoolConfigSshConfigArgs>? = null, tags: Output<Map<String, String>>? = null, taints: Output<List<AwsNodePoolConfigTaintArgs>>? = null)