Interface CfnDistributionConfiguration.IFastLaunchSnapshotConfigurationProperty
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Namespace: Amazon.CDK.AWS.ImageBuilder
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IFastLaunchSnapshotConfigurationProperty
Syntax (vb)
Public Interface 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
Properties
TargetResourceCount | The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI. |
Properties
TargetResourceCount
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
virtual Nullable<double> TargetResourceCount { get; }
Property Value
System.Nullable<System.Double>