Distribution Configuration Distribution Fast Launch Configuration
data class DistributionConfigurationDistributionFastLaunchConfiguration(val accountId: String, val enabled: Boolean, val launchTemplate: DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate? = null, val maxParallelLaunches: Int? = null, val snapshotConfiguration: DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration? = null)
Constructors
Link copied to clipboard
constructor(accountId: String, enabled: Boolean, launchTemplate: DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate? = null, maxParallelLaunches: Int? = null, snapshotConfiguration: DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration? = null)
Properties
Link copied to clipboard
val launchTemplate: DistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate? = 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: DistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration? = 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.