Interface CfnDistributionConfigurationPropsMixin.IFastLaunchSnapshotConfigurationProperty
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Namespace: Amazon.CDK.Mixins.Preview.AWS.ImageBuilder.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDistributionConfigurationPropsMixin.IFastLaunchSnapshotConfigurationProperty
Syntax (vb)
Public Interface CfnDistributionConfigurationPropsMixin.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.Mixins.Preview.AWS.ImageBuilder.Mixins;
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.
double? TargetResourceCount { get; }