aws-cdk-lib.aws_imagebuilder.CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty
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 |
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 | CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount . |
targetResourceCount?
Type:
number
(optional)
CfnDistributionConfiguration.FastLaunchSnapshotConfigurationProperty.TargetResourceCount
.