Get Launch Template Result
data class GetLaunchTemplateResult(val defaultVersionNumber: String? = null, val latestVersionNumber: String? = null, val launchTemplateId: String? = null)
Properties
Link copied to clipboard
The default version of the launch template, such as 2. The default version of a launch template cannot be specified in AWS CloudFormation . The default version can be set in the Amazon EC2 console or by using the modify-launch-template
AWS CLI command.
Link copied to clipboard
The latest version of the launch template, such as 5
.
Link copied to clipboard
The ID of the launch template.