interface FastLaunchSnapshotConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ImageBuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnDistributionConfiguration_FastLaunchSnapshotConfigurationProperty |
![]() | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
![]() | aws_cdk.aws_imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
![]() | aws-cdk-lib » aws_imagebuilder » CfnDistributionConfiguration » 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-lib';
const fastLaunchSnapshotConfigurationProperty: imagebuilder.CfnDistributionConfiguration.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.