AWS Batch ComputeEnvironment LaunchTemplateSpecification
The LaunchTemplateSpecification property type specifies a launch template to use
with your compute environment.
LaunchTemplateSpecification is a property of the ComputeResources property type.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "LaunchTemplateId" :String, "LaunchTemplateName" :String, "Version" :String}
YAML
LaunchTemplateId:StringLaunchTemplateName:StringVersion:String
Properties
LaunchTemplateId-
The ID of the launch template.
Required: No
Type: String
Update requires: Replacement
LaunchTemplateName-
The name of the launch template.
Required: No
Type: String
Update requires: Replacement
Version-
The version number of the launch template.
Required: No
Type: String
Update requires: Replacement
See Also
-
Launch Template Support in the AWS Batch User Guide
