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

LaunchTemplateHibernationOptions

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

Indicates whether an instance is configured for hibernation.

interface LaunchTemplateHibernationOptions {
Configured?: boolean | null;
}

§Properties

§
Configured?: boolean | null
[src]

If this parameter is set to true, the instance is enabled for hibernation; otherwise, it is not enabled for hibernation.