Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LaunchTemplateSpecification = LaunchTemplateSpecification' {}
- newLaunchTemplateSpecification :: LaunchTemplateSpecification
- launchTemplateSpecification_launchTemplateName :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_launchTemplateId :: Lens' LaunchTemplateSpecification (Maybe Text)
- launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text)
Documentation
data LaunchTemplateSpecification Source #
__This data type is used with the GameLift FleetIQ and game server groups.__
An EC2 launch template that contains configuration settings and game server code to be deployed to all instances in a game server group. The launch template is specified when creating a new game server group with CreateGameServerGroup.
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:launchTemplateName:LaunchTemplateSpecification'
, launchTemplateSpecification_launchTemplateName
- A readable identifier for an existing EC2 launch template.
$sel:launchTemplateId:LaunchTemplateSpecification'
, launchTemplateSpecification_launchTemplateId
- A unique identifier for an existing EC2 launch template.
$sel:version:LaunchTemplateSpecification'
, launchTemplateSpecification_version
- 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.
launchTemplateSpecification_launchTemplateName :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
A readable identifier for an existing EC2 launch template.
launchTemplateSpecification_launchTemplateId :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
A unique identifier for an existing EC2 launch template.
launchTemplateSpecification_version :: Lens' LaunchTemplateSpecification (Maybe Text) Source #
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.