launchTemplate property

LaunchTemplateSpecification? launchTemplate
final

The launch template to use for your compute resources. Any other compute resource parameters that you specify in a CreateComputeEnvironment API operation override the same parameters in the launch template. You must specify either the launch template ID or launch template name in the request, but not both. For more information, see Launch Template Support in the AWS Batch User Guide.

Implementation

final LaunchTemplateSpecification? launchTemplate;