FleetLaunchTemplateSpecificationRequest

public struct FleetLaunchTemplateSpecificationRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The ID of the launch template. If you specify the template ID, you can’t specify the template name.

    Declaration

    Swift

    public let launchTemplateId: String?
  • The name of the launch template. If you specify the template name, you can’t specify the template ID.

    Declaration

    Swift

    public let launchTemplateName: String?
  • The launch template version number, $Latest, or $Default. You must specify a value, otherwise the request fails. If the value is $Latest, Amazon EC2 uses the latest version of the launch template. If the value is $Default, Amazon EC2 uses the default version of the launch template.

    Declaration

    Swift

    public let version: String?
  • Undocumented

    Declaration

    Swift

    public init(launchTemplateId: String? = nil, launchTemplateName: String? = nil, version: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws