Enterprise Sku Args
data class EnterpriseSkuArgs(val capacity: Output<Int>? = null, val name: Output<Either<String, SkuName>>) : ConvertibleToJava<EnterpriseSkuArgs>
SKU parameters supplied to the create RedisEnterprise operation.
SKU parameters supplied to the create RedisEnterprise operation.