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

AwsEcsClusterClusterSettingsDetails

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

Indicates whether to enable CloudWatch Container Insights for the ECS cluster.

interface AwsEcsClusterClusterSettingsDetails {
Name?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the setting. The valid value is containerInsights.

§
Value?: string | null
[src]

The value of the setting. Valid values are disabled or enabled.