Show / Hide Table of Contents

Class CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty

Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.

Inheritance
System.Object
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
Implements
CfnDistributionConfiguration.IFastLaunchSnapshotConfigurationProperty
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

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.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>

Remarks

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

Implements

CfnDistributionConfiguration.IFastLaunchSnapshotConfigurationProperty
Back to top Generated by DocFX