All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.ec2.kotlin.outputs.LaunchTemplateLicenseSpecification.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.aws.ec2.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property licenseConfigurationArn ARN of the license configuration.
 */
public data class LaunchTemplateLicenseSpecification(
    public val licenseConfigurationArn: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.ec2.outputs.LaunchTemplateLicenseSpecification): LaunchTemplateLicenseSpecification = LaunchTemplateLicenseSpecification(
            licenseConfigurationArn = javaType.licenseConfigurationArn(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy