LaunchTemplateSpecificationArgs

data class LaunchTemplateSpecificationArgs(val id: Output<String>? = null, val launchTemplateId: Output<String>? = null, val launchTemplateName: Output<String>? = null, val name: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<LaunchTemplateSpecificationArgs>

Definition of LaunchTemplateSpecification

Constructors

Link copied to clipboard
constructor(id: Output<String>? = null, launchTemplateId: Output<String>? = null, launchTemplateName: Output<String>? = null, name: Output<String>? = null, version: Output<String>? = null)

Properties

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

Property id

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

The ID of the launch template. You must specify the `LaunchTemplateID` or the `LaunchTemplateName`, but not both.

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

The name of the launch template. You must specify the `LaunchTemplateName` or the `LaunchTemplateID`, but not both.

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

Property name

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

Property version

Functions

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