LaunchTemplateArgs

data class LaunchTemplateArgs(val launchTemplateData: Output<LaunchTemplateDataArgs>? = null, val launchTemplateName: Output<String>? = null, val tagSpecifications: Output<List<LaunchTemplateTagSpecificationArgs>>? = null, val versionDescription: Output<String>? = null) : ConvertibleToJava<LaunchTemplateArgs>

Resource Type definition for AWS::EC2::LaunchTemplate

Constructors

Link copied to clipboard
fun LaunchTemplateArgs(launchTemplateData: Output<LaunchTemplateDataArgs>? = null, launchTemplateName: Output<String>? = null, tagSpecifications: Output<List<LaunchTemplateTagSpecificationArgs>>? = null, versionDescription: Output<String>? = null)

Functions

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

Properties

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

A name for the launch template.

Link copied to clipboard

The tags to apply to the launch template on creation.

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

A description for the first version of the launch template.