DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplateArgs

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

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(): DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplateArgs