Compute Environment Launch Template Specification
data class ComputeEnvironmentLaunchTemplateSpecification(val launchTemplateId: String? = null, val launchTemplateName: String? = null, val overrides: List<ComputeEnvironmentLaunchTemplateSpecificationOverride>? = null, val version: String? = null)
Constructors
Link copied to clipboard
constructor(launchTemplateId: String? = null, launchTemplateName: String? = null, overrides: List<ComputeEnvironmentLaunchTemplateSpecificationOverride>? = null, version: String? = null)
Properties
Link copied to clipboard
The ID of the launch template.
Link copied to clipboard
The name of the launch template.
Link copied to clipboard
A launch template to use in place of the default launch template. You must specify either the launch template ID or launch template name in the request, but not both. You can specify up to ten (10) launch template overrides that are associated to unique instance types or families for each compute environment.