interface FastLaunchSnapshotConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ImageBuilder.Mixins.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsimagebuilder/mixins#CfnDistributionConfigurationPropsMixin_FastLaunchSnapshotConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.imagebuilder.mixins.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_imagebuilder.mixins.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_imagebuilder » mixins » CfnDistributionConfigurationPropsMixin » FastLaunchSnapshotConfigurationProperty |
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 { mixins as imagebuilder_mixins } from '@aws-cdk/mixins-preview/aws-imagebuilder';
const fastLaunchSnapshotConfigurationProperty: imagebuilder_mixins.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty = {
targetResourceCount: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| target | number | The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI. |
targetResourceCount?
Type:
number
(optional)
The number of pre-provisioned snapshots to keep on hand for a fast-launch enabled Windows AMI.

.NET
Go
Java
Python
TypeScript