AWS::ImageBuilder::DistributionConfiguration LaunchTemplateConfiguration - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::ImageBuilder::DistributionConfiguration LaunchTemplateConfiguration

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

Syntax

To declare this entity in your 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