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
fun DistributionConfigurationFastLaunchConfiguration(accountId: String? = null, enabled: Boolean? = null, launchTemplate: DistributionConfigurationFastLaunchLaunchTemplateSpecification? = null, maxParallelLaunches: Int? = null, snapshotConfiguration: DistributionConfigurationFastLaunchSnapshotConfiguration? = null)