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

AwsEc2LaunchTemplateDataMonitoringDetails

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

The monitoring for an Amazon EC2 instance.

interface AwsEc2LaunchTemplateDataMonitoringDetails {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

Enables detailed monitoring when true is specified. Otherwise, basic monitoring is enabled. For more information about detailed monitoring, see Enable or turn off detailed monitoring for your instances in the Amazon EC2 User Guide.