FleetLaunchTemplateConfigRequest
public struct FleetLaunchTemplateConfigRequest : 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: FleetLaunchTemplateSpecificationRequest?
-
Any parameters that you specify override the same parameters in the launch template.
Declaration
Swift
public let overrides: [FleetLaunchTemplateOverridesRequest]?
-
Undocumented
Declaration
Swift
public init(launchTemplateSpecification: FleetLaunchTemplateSpecificationRequest? = nil, overrides: [FleetLaunchTemplateOverridesRequest]? = nil)
-
Declaration
Swift
public func validate(name: String) throws