LaunchTemplateHibernationOptions

data class LaunchTemplateHibernationOptions(val configured: Boolean? = null)

Specifies whether your instance is configured for hibernation.

Constructors

Link copied to clipboard
fun LaunchTemplateHibernationOptions(configured: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configured: Boolean? = null

TIf you set this parameter to true, the instance is enabled for hibernation.