data class AwsNodePoolConfigRootVolumeArgs(val iops: Output<Int>? = null, val kmsKeyArn: Output<String>? = null, val sizeGib: Output<Int>? = null, val throughput: Output<Int>? = null, val volumeType: Output<String>? = null) : ConvertibleToJava<AwsNodePoolConfigRootVolumeArgs>
Optional. The Amazon Resource Name (ARN) of the Customer Managed Key (CMK) used to encrypt AWS EBS volumes. If not specified, the default Amazon managed key associated to the AWS region where this cluster runs will be used.