Cluster Args
fun ClusterArgs(clusterConfig: Output<ClusterConfigArgs>? = null, clusterId: Output<String>? = null, defaultStorageType: Output<ClusterDefaultStorageType>? = null, encryptionConfig: Output<EncryptionConfigArgs>? = null, instanceId: Output<String>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, serveNodes: Output<Int>? = null)