DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs

data class DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs(val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val launchTemplateVersion: Output<String>? = null) : ConvertibleToJava<DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs>

The launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.

Constructors

constructor(launchTemplateId: Output<String>? = null, launchTemplateName: Output<String>? = null, launchTemplateVersion: Output<String>? = null)

Properties

Link copied to clipboard
val launchTemplateId: Output<String>? = null

The ID of the launch template to use for faster launching for a Windows AMI.

Link copied to clipboard
val launchTemplateName: Output<String>? = null

The name of the launch template to use for faster launching for a Windows AMI.

Link copied to clipboard
val launchTemplateVersion: Output<String>? = null

The version of the launch template to use for faster launching for a Windows AMI.

Functions

Link copied to clipboard
open override fun toJava(): DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs