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