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

ManagedRuleDescription

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

Contains information about managed Contributor Insights rules, as returned by ListManagedInsightRules.

interface ManagedRuleDescription {
ResourceARN?: string | null;
RuleState?: ManagedRuleState | null;
TemplateName?: string | null;
}

§Properties

§
ResourceARN?: string | null
[src]

If a managed rule is enabled, this is the ARN for the related Amazon Web Services resource.

§
RuleState?: ManagedRuleState | null
[src]

Describes the state of a managed rule. If present, it contains information about the Contributor Insights rule that contains information about the related Amazon Web Services resource.

§
TemplateName?: string | null
[src]

The template name for the managed rule. Used to enable managed rules using PutManagedInsightRules.