AWS::ImageBuilder::DistributionConfiguration FastLaunchLaunchTemplateSpecification - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::ImageBuilder::DistributionConfiguration FastLaunchLaunchTemplateSpecification

Identifies the launch template that the associated Windows AMI uses for launching an instance when faster launching is enabled.

Note

You can specify either the launchTemplateName or the launchTemplateId, but not both.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "LaunchTemplateId" : String, "LaunchTemplateName" : String, "LaunchTemplateVersion" : String }

Properties

LaunchTemplateId

The ID of the launch template to use for faster launching for a Windows AMI.

Required: No

Type: String

Pattern: ^lt-[a-z0-9-_]{17}$

Update requires: No interruption

LaunchTemplateName

The name of the launch template to use for faster launching for a Windows AMI.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

LaunchTemplateVersion

The version of the launch template to use for faster launching for a Windows AMI.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption