Sku Location Info Args
data class SkuLocationInfoArgs(val extendedLocations: Output<List<String>>? = null, val location: Output<String>, val type: Output<Either<String, ExtendedLocationType>>? = null, val zoneDetails: Output<List<SkuZoneDetailArgs>>? = null, val zones: Output<List<String>>? = null) : ConvertibleToJava<SkuLocationInfoArgs>
Constructors
Link copied to clipboard
constructor(extendedLocations: Output<List<String>>? = null, location: Output<String>, type: Output<Either<String, ExtendedLocationType>>? = null, zoneDetails: Output<List<SkuZoneDetailArgs>>? = null, zones: Output<List<String>>? = null)