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

RuleGroupSourceStatefulRulesOptionsDetails

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

A rule option for a stateful rule.

interface RuleGroupSourceStatefulRulesOptionsDetails {
Keyword?: string | null;
Settings?: string[] | null;
}

§Properties

§
Keyword?: string | null
[src]

A keyword to look for.

§
Settings?: string[] | null
[src]

A list of settings.