Sku Args
data class SkuArgs(val capacity: Output<Int>, val name: Output<Either<String, SkuName>>) : ConvertibleToJava<SkuArgs>
The sku determines the type of environment, either Gen1 (S1 or S2) or Gen2 (L1). For Gen1 environments the sku determines the capacity of the environment, the ingress rate, and the billing rate.