AWS::ImageBuilder::DistributionConfiguration LaunchTemplateConfiguration - 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 LaunchTemplateConfiguration

Identifies an Amazon EC2 launch template to use for a specific account.

Syntax

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

JSON

{ "AccountId" : String, "LaunchTemplateId" : String, "SetDefaultVersion" : Boolean }

YAML

AccountId: String LaunchTemplateId: String SetDefaultVersion: Boolean

Properties

AccountId

The account ID that this configuration applies to.

Required: No

Type: String

Pattern: ^[0-9]{12}$

Update requires: No interruption

LaunchTemplateId

Identifies the Amazon EC2 launch template to use.

Required: No

Type: String

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

Update requires: No interruption

SetDefaultVersion

Set the specified Amazon EC2 launch template as the default launch template for the specified account.

Required: No

Type: Boolean

Update requires: No interruption