Distribution Configuration Distribution Fast Launch Configuration Args
data class DistributionConfigurationDistributionFastLaunchConfigurationArgs(val accountId: Output<String>, val enabled: Output<Boolean>, val launchTemplate: Output<DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplateArgs>? = null, val maxParallelLaunches: Output<Int>? = null, val snapshotConfiguration: Output<DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfigurationArgs>? = null) : ConvertibleToJava<DistributionConfigurationDistributionFastLaunchConfigurationArgs>
Constructors
Link copied to clipboard
constructor(accountId: Output<String>, enabled: Output<Boolean>, launchTemplate: Output<DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplateArgs>? = null, maxParallelLaunches: Output<Int>? = null, snapshotConfiguration: Output<DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfigurationArgs>? = null)
Properties
Link copied to clipboard
val launchTemplate: Output<DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplateArgs>? = null
Configuration block for the launch template that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots. Detailed below.
Link copied to clipboard
The maximum number of parallel instances that are launched for creating resources.
Link copied to clipboard
val snapshotConfiguration: Output<DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfigurationArgs>? = null
Configuration block for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled. Detailed below.