CustomLaunchTemplateProperties

data class CustomLaunchTemplateProperties(val templateId: String? = null, val version: String)

An Amazon EC2 launch template AWS PCS uses to launch compute nodes.

Constructors

Link copied to clipboard
constructor(templateId: String? = null, version: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val templateId: String? = null

The ID of the EC2 launch template to use to provision instances.

Link copied to clipboard

The version of the EC2 launch template to use to provision instances.