ServerGroupLaunchConfiguration
public struct ServerGroupLaunchConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The launch order of servers in the server group.
Declaration
Swift
public let launchOrder: Int? -
The ID of the server group with which the launch configuration is associated.
Declaration
Swift
public let serverGroupId: String? -
The launch configuration for servers in the server group.
Declaration
Swift
public let serverLaunchConfigurations: [ServerLaunchConfiguration]? -
Undocumented
Declaration
Swift
public init(launchOrder: Int? = nil, serverGroupId: String? = nil, serverLaunchConfigurations: [ServerLaunchConfiguration]? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
ServerGroupLaunchConfiguration Structure Reference