LaunchTemplateHibernationOptions

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

Specifies whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. For more information, see Hibernate Your Instance in the Amazon EC2 User Guide. `HibernationOptions` is a property of AWS::EC2::LaunchTemplate LaunchTemplateData.

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val configured: Boolean? = null

If you set this parameter to `true`, the instance is enabled for hibernation. Default: `false`