GetLaunchTemplateResult

data class GetLaunchTemplateResult(val defaultVersionNumber: String? = null, val latestVersionNumber: String? = null, val launchTemplateId: String? = null)

Constructors

Link copied to clipboard
constructor(defaultVersionNumber: String? = null, latestVersionNumber: String? = null, launchTemplateId: String? = null)

Types

Link copied to clipboard
object Companion

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.