You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::LaunchTemplateSpecification

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing LaunchTemplateSpecification as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "String",
  version: "String",
  id: "String",
}

An object representing a node group launch template specification. The launch template cannot include SubnetId , IamInstanceProfile , RequestSpotInstances , HibernationOptions , or TerminateInstances , or the node group deployment or update will fail. For more information about launch templates, see CreateLaunchTemplate in the Amazon EC2 API Reference. For more information about using launch templates with Amazon EKS, see Launch template support in the Amazon EKS User Guide.

Specify either name or id, but not both.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#idString

The ID of the launch template.

Returns:

  • (String)

    The ID of the launch template.

#nameString

The name of the launch template.

Returns:

  • (String)

    The name of the launch template.

#versionString

The version of the launch template to use. If no version is specified, then the template\'s default version is used.

Returns:

  • (String)

    The version of the launch template to use.