Sku Location Info Args
data class SkuLocationInfoArgs(val extendedLocations: Output<List<String>>? = null, val location: Output<String>, val type: Output<String>? = null, val zoneDetails: Output<List<SkuZoneDetailArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<SkuLocationInfoArgs>