Distribution Configuration Fast Launch Configuration
data class DistributionConfigurationFastLaunchConfiguration(val accountId: String? = null, val enabled: Boolean? = null, val launchTemplate: DistributionConfigurationFastLaunchLaunchTemplateSpecification? = null, val maxParallelLaunches: Int? = null, val snapshotConfiguration: DistributionConfigurationFastLaunchSnapshotConfiguration? = null)
The Windows faster-launching configuration to use for AMI distribution.
Constructors
Link copied to clipboard
constructor(accountId: String? = null, enabled: Boolean? = null, launchTemplate: DistributionConfigurationFastLaunchLaunchTemplateSpecification? = null, maxParallelLaunches: Int? = null, snapshotConfiguration: DistributionConfigurationFastLaunchSnapshotConfiguration? = null)
Properties
Link copied to clipboard
The launch template 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
Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.