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

RuleGroupSource

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

The rules and actions for the rule group.

interface RuleGroupSource {
RulesSourceList?: RuleGroupSourceListDetails | null;
RulesString?: string | null;
StatefulRules?: RuleGroupSourceStatefulRulesDetails[] | null;
StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails | null;
}

§Properties

§
RulesSourceList?: RuleGroupSourceListDetails | null
[src]

Stateful inspection criteria for a domain list rule group. A domain list rule group determines access by specific protocols to specific domains.

§
RulesString?: string | null
[src]

Stateful inspection criteria, provided in Suricata compatible intrusion prevention system (IPS) rules.

§

Suricata rule specifications.

§
StatelessRulesAndCustomActions?: RuleGroupSourceStatelessRulesAndCustomActionsDetails | null
[src]

The stateless rules and custom actions used by a stateless rule group.