Cluster Compute Config Args
data class ClusterComputeConfigArgs(val enabled: Output<Boolean>? = null, val nodePools: Output<List<String>>? = null, val nodeRoleArn: Output<String>? = null) : ConvertibleToJava<ClusterComputeConfigArgs>
Todo: add description