LaunchTemplate
public struct LaunchTemplate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The launch template to use. You must specify either the launch template ID or launch template name in the request.
Declaration
Swift
public let launchTemplateSpecification: LaunchTemplateSpecification?
-
Any parameters that you specify override the same parameters in the launch template. Currently, the only supported override is instance type. You can specify between 1 and 20 instance types. If not provided, Amazon EC2 Auto Scaling will use the instance type specified in the launch template to launch instances.
Declaration
Swift
public let overrides: [LaunchTemplateOverrides]?
-
Undocumented
Declaration
Swift
public init(launchTemplateSpecification: LaunchTemplateSpecification? = nil, overrides: [LaunchTemplateOverrides]? = nil)
-
Declaration
Swift
public func validate(name: String) throws