WindowsDeploymentType
public enum WindowsDeploymentType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case multiAz1 = "MULTI_AZ_1" -
Undocumented
Declaration
Swift
case singleAz1 = "SINGLE_AZ_1" -
Undocumented
Declaration
Swift
case singleAz2 = "SINGLE_AZ_2" -
Declaration
Swift
public var description: String { get }
View on GitHub
WindowsDeploymentType Enumeration Reference