LaunchTemplateHibernationOptionsArgs

data class LaunchTemplateHibernationOptionsArgs(val configured: Output<Boolean>? = null) : ConvertibleToJava<LaunchTemplateHibernationOptionsArgs>

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: Output<Boolean>? = null)

Properties

Link copied to clipboard
val configured: Output<Boolean>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): LaunchTemplateHibernationOptionsArgs