LaunchTemplateConfig
public struct LaunchTemplateConfig : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The launch template.
Declaration
Swift
public let launchTemplateSpecification: FleetLaunchTemplateSpecification?
-
Any parameters that you specify override the same parameters in the launch template.
Declaration
Swift
public let overrides: [LaunchTemplateOverrides]?
-
Undocumented
Declaration
Swift
public init(launchTemplateSpecification: FleetLaunchTemplateSpecification? = nil, overrides: [LaunchTemplateOverrides]? = nil)
-
Declaration
Swift
public func validate(name: String) throws