Interface CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDistributionConfiguration
@Stability(Stable)
public static interface CfnDistributionConfiguration.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.services.imagebuilder.*; FastLaunchSnapshotConfigurationProperty fastLaunchSnapshotConfigurationProperty = FastLaunchSnapshotConfigurationProperty.builder() .targetResourceCount(123) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnDistributionConfiguration.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 CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder builder()
-