Static Propertysoto-core 7.4.0SotoCore
usisofeast1
Region.swift:102static var usisofeast1: Region { get }
static var usisofeast1: Region { get }
import SotoCore
struct Region
Enumeration for all AWS server regions
init?(awsRegionName: String)
init(rawValue: String)
static var afsouth1: Region { get }
static var apeast1: Region { get }
static var apnortheast1: Region { get }
static var apnortheast2: Region { get }
static var apnortheast3: Region { get }
static var apsouth1: Region { get }
static var apsouth2: Region { get }
static var apsoutheast1: Region { get }
static var apsoutheast2: Region { get }
static var apsoutheast3: Region { get }
static var apsoutheast4: Region { get }
static var apsoutheast5: Region { get }
static var apsoutheast7: Region { get }
static var cacentral1: Region { get }
static var cawest1: Region { get }
static var cnnorth1: Region { get }
static var cnnorthwest1: Region { get }
static var eucentral1: Region { get }
static var eucentral2: Region { get }
static var euisoewest1: Region { get }
static var eunorth1: Region { get }
static var eusouth1: Region { get }
static var eusouth2: Region { get }
static var euwest1: Region { get }
static var euwest2: Region { get }
static var euwest3: Region { get }
static var ilcentral1: Region { get }
static var mecentral1: Region { get }
static var mesouth1: Region { get }
static var mxcentral1: Region { get }
static var saeast1: Region { get }
static var useast1: Region { get }
static var useast2: Region { get }
static var usgoveast1: Region { get }
static var usgovwest1: Region { get }
static var usisobeast1: Region { get }
static var usisoeast1: Region { get }
static var usisofsouth1: Region { get }
static var usisowest1: Region { get }
static var uswest1: Region { get }
static var uswest2: Region { get }
static func other(_ name: String) -> Region
var description: String { get }
var partition: AWSPartition { get }
var rawValue: String