Get Distribution Configuration Distribution Fast Launch Configuration
data class GetDistributionConfigurationDistributionFastLaunchConfiguration(val accountId: String, val enabled: Boolean, val launchTemplates: List<GetDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate>, val maxParallelLaunches: Int, val snapshotConfigurations: List<GetDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration>)
Constructors
Link copied to clipboard
constructor(accountId: String, enabled: Boolean, launchTemplates: List<GetDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate>, maxParallelLaunches: Int, snapshotConfigurations: List<GetDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration>)
Properties
Link copied to clipboard
val launchTemplates: List<GetDistributionConfigurationDistributionFastLaunchConfigurationLaunchTemplate>
Nested list of launch templates that the fast-launch enabled Windows AMI uses when it launches Windows instances to create pre-provisioned snapshots.
Link copied to clipboard
The maximum number of parallel instances that are launched for creating resources.
Link copied to clipboard
val snapshotConfigurations: List<GetDistributionConfigurationDistributionFastLaunchConfigurationSnapshotConfiguration>
Nested list of configurations for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.