Launch Template Data
constructor(blockDeviceMappings: List<LaunchTemplateBlockDeviceMapping>? = null, capacityReservationSpecification: LaunchTemplateCapacityReservationSpecification? = null, cpuOptions: LaunchTemplateCpuOptions? = null, creditSpecification: LaunchTemplateCreditSpecification? = null, disableApiStop: Boolean? = null, disableApiTermination: Boolean? = null, ebsOptimized: Boolean? = null, elasticGpuSpecifications: List<LaunchTemplateElasticGpuSpecification>? = null, elasticInferenceAccelerators: List<LaunchTemplateElasticInferenceAccelerator>? = null, enclaveOptions: LaunchTemplateEnclaveOptions? = null, hibernationOptions: LaunchTemplateHibernationOptions? = null, iamInstanceProfile: LaunchTemplateIamInstanceProfile? = null, imageId: String? = null, instanceInitiatedShutdownBehavior: String? = null, instanceMarketOptions: LaunchTemplateInstanceMarketOptions? = null, instanceRequirements: LaunchTemplateInstanceRequirements? = null, instanceType: String? = null, kernelId: String? = null, keyName: String? = null, licenseSpecifications: List<LaunchTemplateLicenseSpecification>? = null, maintenanceOptions: LaunchTemplateMaintenanceOptions? = null, metadataOptions: LaunchTemplateMetadataOptions? = null, monitoring: LaunchTemplateMonitoring? = null, networkInterfaces: List<LaunchTemplateNetworkInterface>? = null, networkPerformanceOptions: LaunchTemplateNetworkPerformanceOptions? = null, placement: LaunchTemplatePlacement? = null, privateDnsNameOptions: LaunchTemplatePrivateDnsNameOptions? = null, ramDiskId: String? = null, securityGroupIds: List<String>? = null, securityGroups: List<String>? = null, tagSpecifications: List<TagSpecification>? = null, userData: String? = null)