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

AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails

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

Information about the type of monitoring for instances in the group.

interface AwsAutoScalingLaunchConfigurationInstanceMonitoringDetails {
Enabled?: boolean | null;
}

§Properties

§
Enabled?: boolean | null
[src]

If set to true, then instances in the group launch with detailed monitoring.

If set to false, then instances in the group launch with basic monitoring.