Cluster Sku Args
data class ClusterSkuArgs(val capacity: Output<Double>? = null, val name: Output<Either<String, ClusterSkuNameEnum>>? = null) : ConvertibleToJava<ClusterSkuArgs>
The cluster sku definition.
Constructors
Link copied to clipboard
constructor(capacity: Output<Double>? = null, name: Output<Either<String, ClusterSkuNameEnum>>? = null)