LaunchTemplateSpecification

public struct LaunchTemplateSpecification : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A unique identifier for an existing EC2 launch template.

    Declaration

    Swift

    public let launchTemplateId: String?
  • A readable identifier for an existing EC2 launch template.

    Declaration

    Swift

    public let launchTemplateName: String?
  • The version of the EC2 launch template to use. If no version is specified, the default version will be used. With Amazon EC2, you can specify a default version for a launch template. If none is set, the default is the first version created.

    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