interface FastLaunchSnapshotConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ImageBuilder.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsimagebuilder#CfnDistributionConfigurationPropsMixin_FastLaunchSnapshotConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_imagebuilder.CfnDistributionConfigurationPropsMixin.FastLaunchSnapshotConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_imagebuilder » 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 { aws_imagebuilder as imagebuilder } from '@aws-cdk/cfn-property-mixins';
const fastLaunchSnapshotConfigurationProperty: imagebuilder.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