DistributionConfigurationFastLaunchSnapshotConfigurationArgs

data class DistributionConfigurationFastLaunchSnapshotConfigurationArgs(val targetResourceCount: Output<Int>? = null) : ConvertibleToJava<DistributionConfigurationFastLaunchSnapshotConfigurationArgs>

Configuration settings for managing the number of snapshots that are created from pre-provisioned instances for the Windows AMI when faster launching is enabled.

Constructors

constructor(targetResourceCount: Output<Int>? = null)

Properties

Link copied to clipboard
val targetResourceCount: Output<Int>? = null

The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

Functions

Link copied to clipboard
open override fun toJava(): DistributionConfigurationFastLaunchSnapshotConfigurationArgs