
com.pulumi.aws.ec2.kotlin.outputs.LaunchTemplateElasticGpuSpecification.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.ec2.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property type The [Elastic GPU Type](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-graphics.html#elastic-graphics-basics)
*/
public data class LaunchTemplateElasticGpuSpecification(
public val type: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.ec2.outputs.LaunchTemplateElasticGpuSpecification): LaunchTemplateElasticGpuSpecification = LaunchTemplateElasticGpuSpecification(
type = javaType.type(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy