
com.pulumi.aws.autoscaling.kotlin.outputs.GetGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.autoscaling.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property launchTemplateId ID of the launch template.
* @property launchTemplateName Name of the launch template.
* @property version Template version.
*/
public data class GetGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification(
public val launchTemplateId: String,
public val launchTemplateName: String,
public val version: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.autoscaling.outputs.GetGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification): GetGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification =
GetGroupMixedInstancesPolicyLaunchTemplateLaunchTemplateSpecification(
launchTemplateId = javaType.launchTemplateId(),
launchTemplateName = javaType.launchTemplateName(),
version = javaType.version(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy