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

RuleGroupDetails

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

Details about the rule group.

interface RuleGroupDetails {
RulesSource?: RuleGroupSource | null;
RuleVariables?: RuleGroupVariables | null;
}

§Properties

§
RulesSource?: RuleGroupSource | null
[src]

The rules and actions for the rule group.

For stateful rule groups, can contain RulesString, RulesSourceList, or StatefulRules.

For stateless rule groups, contains StatelessRulesAndCustomActions.

§
RuleVariables?: RuleGroupVariables | null
[src]

Additional settings to use in the specified rules.