Distribution Configuration Fast Launch Configuration Args
data class DistributionConfigurationFastLaunchConfigurationArgs(val accountId: Output<String>? = null, val enabled: Output<Boolean>? = null, val launchTemplate: Output<DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs>? = null, val maxParallelLaunches: Output<Int>? = null, val snapshotConfiguration: Output<DistributionConfigurationFastLaunchSnapshotConfigurationArgs>? = null) : ConvertibleToJava<DistributionConfigurationFastLaunchConfigurationArgs>
The Windows faster-launching configuration to use for AMI distribution.
Constructors
Link copied to clipboard
fun DistributionConfigurationFastLaunchConfigurationArgs(accountId: Output<String>? = null, enabled: Output<Boolean>? = null, launchTemplate: Output<DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs>? = null, maxParallelLaunches: Output<Int>? = null, snapshotConfiguration: Output<DistributionConfigurationFastLaunchSnapshotConfigurationArgs>? = null)
Functions
Properties
Link copied to clipboard
val launchTemplate: Output<DistributionConfigurationFastLaunchLaunchTemplateSpecificationArgs>? = null
Link copied to clipboard
val snapshotConfiguration: Output<DistributionConfigurationFastLaunchSnapshotConfigurationArgs>? = null