Interface CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionConfigurationPropsMixin
@Stability(Stable)
public static interface CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration settings for creating and managing pre-provisioned snapshots for a fast-launch enabled Windows AMI.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.*;
FastLaunchSnapshotConfigurationProperty fastLaunchSnapshotConfigurationProperty = FastLaunchSnapshotConfigurationProperty.builder()
.targetResourceCount(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetResourceCount
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.- See Also:
-
builder
@Stability(Stable) static CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty.Builder builder()
-