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

RuleGroupSourceStatelessRulesAndCustomActionsDetails

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

Stateless rules and custom actions for a stateless rule group.

interface RuleGroupSourceStatelessRulesAndCustomActionsDetails {
CustomActions?: RuleGroupSourceCustomActionsDetails[] | null;
StatelessRules?: RuleGroupSourceStatelessRulesDetails[] | null;
}

§Properties

§

Custom actions for the rule group.

§

Stateless rules for the rule group.