Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration.html

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; }
Property Value

double?

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration.html#cfn-imagebuilder-distributionconfiguration-fastlaunchsnapshotconfiguration-targetresourcecount

Back to top Generated by DocFX