LaunchTemplateSpecification class
An object representing a launch template associated with a compute resource. You must specify either the launch template ID or launch template name in the request, but not both.
If security groups are specified using both the
securityGroupIds
parameter of
CreateComputeEnvironment
and the launch template, the values in
the securityGroupIds
parameter of
CreateComputeEnvironment
will be used.
Constructors
- LaunchTemplateSpecification({String? launchTemplateId, String? launchTemplateName, String? version})
-
LaunchTemplateSpecification.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- launchTemplateId → String?
-
The ID of the launch template.
final
- launchTemplateName → String?
-
The name of the launch template.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- version → String?
-
The version number of the launch template,
$Latest
, or$Default
.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