Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data LaunchTemplateSpecification = LaunchTemplateSpecification' {}
- newLaunchTemplateSpecification :: LaunchTemplateSpecification
- launchTemplateSpecification_id :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_name :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text)
Documentation
data LaunchTemplateSpecification Source #
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.
See: newLaunchTemplateSpecification
smart constructor.
LaunchTemplateSpecification' | |
|
Instances
newLaunchTemplateSpecification :: LaunchTemplateSpecification Source #
Create a value of LaunchTemplateSpecification
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:id:LaunchTemplateSpecification'
, launchTemplateSpecification_id
- The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
$sel:name:LaunchTemplateSpecification'
, launchTemplateSpecification_name
- 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.
$sel:version:LaunchTemplateSpecification'
, launchTemplateSpecification_version
- The version number of the launch template to use. If no version is
specified, then the template's default version is used.
launchTemplateSpecification_id :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The ID of the launch template.
You must specify either the launch template ID or the launch template name in the request, but not both.
launchTemplateSpecification_name :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
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.
launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
The version number of the launch template to use. If no version is specified, then the template's default version is used.