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

HibernationOptionsRequest

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

Indicates 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.

interface HibernationOptionsRequest {
Configured?: boolean | null;
}

§Properties

§
Configured?: boolean | null
[src]

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

Default: false