launchTemplate

@JvmName(name = "xyrwqsmgutvpgaiq")
suspend fun launchTemplate(value: Output<ComputeEnvironmentLaunchTemplateSpecificationArgs>)
@JvmName(name = "dpqqwdgrbwrwwdmy")
suspend fun launchTemplate(value: ComputeEnvironmentLaunchTemplateSpecificationArgs?)

Parameters

value

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 ** . Removing the launch template from a compute environment will not remove the AMI specified in the launch template. In order to update the AMI specified in a launch template, the updateToLatestImageVersion parameter must be set to true . When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the ** .

This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.


@JvmName(name = "xafkrgyifukmserl")
suspend fun launchTemplate(argument: suspend ComputeEnvironmentLaunchTemplateSpecificationArgsBuilder.() -> Unit)

Parameters

argument

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 ** . Removing the launch template from a compute environment will not remove the AMI specified in the launch template. In order to update the AMI specified in a launch template, the updateToLatestImageVersion parameter must be set to true . When updating a compute environment, changing the launch template requires an infrastructure update of the compute environment. For more information, see Updating compute environments in the ** .

This parameter isn't applicable to jobs running on Fargate resources, and shouldn't be specified.