CustomLaunchTemplatePropertiesArgs

data class CustomLaunchTemplatePropertiesArgs(val templateId: Output<String>? = null, val version: Output<String>) : ConvertibleToJava<CustomLaunchTemplatePropertiesArgs>

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

Constructors

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

Properties

Link copied to clipboard
val templateId: Output<String>? = null

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

Link copied to clipboard
val version: Output<String>

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

Functions

Link copied to clipboard
open override fun toJava(): CustomLaunchTemplatePropertiesArgs