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
- Struct
- Aws::EKS::Types::LaunchTemplateSpecification
- Defined in:
- (unknown)
Overview
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
-
#id ⇒ String
The ID of the launch template.
-
#name ⇒ String
The name of the launch template.
-
#version ⇒ String
The version of the launch template to use.
Instance Attribute Details
#id ⇒ String
The ID of the launch template.
#name ⇒ String
The name of the launch template.
#version ⇒ String
The version of the launch template to use. If no version is specified, then the template\'s default version is used.