Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

LaunchTemplateHibernationOptionsRequest

import type { LaunchTemplateHibernationOptionsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";

Indicates whether the instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites.

interface LaunchTemplateHibernationOptionsRequest {
Configured?: boolean | null;
}

§Properties

§
Configured?: boolean | null
[src]

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

Default: false