public static interface CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder
|
static class |
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Jsii$Proxy
An implementation for
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.Builder |
builder() |
default java.lang.Number |
getTargetResourceCount()
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.
|