AWS::ImageBuilder::DistributionConfiguration LaunchTemplateConfiguration
Identifies an Amazon EC2 launch template to use for a specific account.
Syntax
To declare this entity in your AWS 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