Class CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Inheritance
System.Object
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FastLaunchSnapshotConfigurationProperty : Object, CfnDistributionConfiguration.IFastLaunchSnapshotConfigurationProperty
Syntax (vb)
Public Class FastLaunchSnapshotConfigurationProperty
Inherits Object
Implements CfnDistributionConfiguration.IFastLaunchSnapshotConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ImageBuilder;
var fastLaunchSnapshotConfigurationProperty = new FastLaunchSnapshotConfigurationProperty {
TargetResourceCount = 123
};
Synopsis
Constructors
FastLaunchSnapshotConfigurationProperty() |
Properties
TargetResourceCount | The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI. |
Constructors
FastLaunchSnapshotConfigurationProperty()
public FastLaunchSnapshotConfigurationProperty()
Properties
TargetResourceCount
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
public Nullable<double> TargetResourceCount { get; set; }
Property Value
System.Nullable<System.Double>