Launch Template Args
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)