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

AwsEc2LaunchTemplateDataHibernationOptionsDetails

import type { AwsEc2LaunchTemplateDataHibernationOptionsDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Specifies whether your Amazon EC2 instance is configured for hibernation.

interface AwsEc2LaunchTemplateDataHibernationOptionsDetails {
Configured?: boolean | null;
}

§Properties

§
Configured?: boolean | null
[src]

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