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

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

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

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

import kotlin.Boolean
import kotlin.Suppress

/**
 *
 * @property configured If set to `true`, the launched EC2 instance will hibernation enabled.
 */
public data class LaunchTemplateHibernationOptions(
    public val configured: Boolean,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.ec2.outputs.LaunchTemplateHibernationOptions): LaunchTemplateHibernationOptions = LaunchTemplateHibernationOptions(
            configured = javaType.configured(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy