aws-cdk-lib.aws_imagebuilder.CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty

interface FastLaunchLaunchTemplateSpecificationProperty

LanguageType name
.NETAmazon.CDK.AWS.ImageBuilder.CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsimagebuilder#CfnDistributionConfiguration_FastLaunchLaunchTemplateSpecificationProperty
Javasoftware.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty
Pythonaws_cdk.aws_imagebuilder.CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty
TypeScript aws-cdk-lib » aws_imagebuilder » CfnDistributionConfiguration » FastLaunchLaunchTemplateSpecificationProperty

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 fastLaunchLaunchTemplateSpecificationProperty: imagebuilder.CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty = {
  launchTemplateId: 'launchTemplateId',
  launchTemplateName: 'launchTemplateName',
  launchTemplateVersion: 'launchTemplateVersion',
};

Properties

NameTypeDescription
launchTemplateId?stringCfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateId.
launchTemplateName?stringCfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateName.
launchTemplateVersion?stringCfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateVersion.

launchTemplateId?

Type: string (optional)

CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateId.


launchTemplateName?

Type: string (optional)

CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateName.


launchTemplateVersion?

Type: string (optional)

CfnDistributionConfiguration.FastLaunchLaunchTemplateSpecificationProperty.LaunchTemplateVersion.