LaunchTemplateSpecification class
This data type is used with the Amazon 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.
Constructors
- LaunchTemplateSpecification({String? launchTemplateId, String? launchTemplateName, String? version})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchTemplateId → String?
-
A unique identifier for an existing EC2 launch template.
final
- launchTemplateName → String?
-
A readable identifier for an existing EC2 launch template.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited