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

RuleGroupSourceStatelessRuleDefinition

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

The definition of the stateless rule.

interface RuleGroupSourceStatelessRuleDefinition {
Actions?: string[] | null;
}

§Properties

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

The actions to take on a packet that matches one of the stateless rule definition's match attributes. You must specify a standard action (aws:pass, aws:drop, or aws:forward_to_sfe). You can then add custom actions.

§

The criteria for Network Firewall to use to inspect an individual packet in a stateless rule inspection.