Struct aws_sdk_eks::model::LaunchTemplateSpecification
source · #[non_exhaustive]pub struct LaunchTemplateSpecification { /* private fields */ }
Expand description
An object representing a node group launch template specification. The launch template can't 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.
You must specify either the launch template ID or the launch template name in the request, but not both.
Implementations§
source§impl LaunchTemplateSpecification
impl LaunchTemplateSpecification
sourcepub fn name(&self) -> Option<&str>
pub fn name(&self) -> Option<&str>
The name of the launch template.
You must specify either the launch template name or the launch template ID in the request, but not both.
source§impl LaunchTemplateSpecification
impl LaunchTemplateSpecification
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LaunchTemplateSpecification
.
Trait Implementations§
source§impl Clone for LaunchTemplateSpecification
impl Clone for LaunchTemplateSpecification
source§fn clone(&self) -> LaunchTemplateSpecification
fn clone(&self) -> LaunchTemplateSpecification
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LaunchTemplateSpecification
impl Debug for LaunchTemplateSpecification
source§impl PartialEq<LaunchTemplateSpecification> for LaunchTemplateSpecification
impl PartialEq<LaunchTemplateSpecification> for LaunchTemplateSpecification
source§fn eq(&self, other: &LaunchTemplateSpecification) -> bool
fn eq(&self, other: &LaunchTemplateSpecification) -> bool
self
and other
values to be equal, and is used
by ==
.