DeploymentMode
public enum DeploymentMode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case singleInstance = "SINGLE_INSTANCE" -
Undocumented
Declaration
Swift
case activeStandbyMultiAz = "ACTIVE_STANDBY_MULTI_AZ" -
Declaration
Swift
public var description: String { get }
View on GitHub
DeploymentMode Enumeration Reference