interface FastLaunchSnapshotConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ImageBuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
Java | software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
Python | aws_cdk.aws_imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty |
TypeScript | @aws-cdk/aws-imagebuilder » CfnDistributionConfiguration » FastLaunchSnapshotConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as imagebuilder from '@aws-cdk/aws-imagebuilder';
const fastLaunchSnapshotConfigurationProperty: imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty = {
targetResourceCount: 123,
};
Properties
| Name | Type | Description |
|---|---|---|
| target | number | CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount. |
targetResourceCount?
Type:
number
(optional)
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount.

.NET
Java
Python
TypeScript