version property
The version number, $Latest, or $Default. To get
the version number, use the Amazon EC2 DescribeLaunchTemplateVersions
API operation. New launch template versions can be created using the Amazon
EC2 CreateLaunchTemplateVersion
API. If the value is $Latest, Amazon EC2 Auto Scaling selects
the latest version of the launch template when launching instances. If the
value is $Default, Amazon EC2 Auto Scaling selects the default
version of the launch template when launching instances. The default value
is $Default.
Implementation
final String? version;