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

RuleGroupSourceStatelessRulesDetails

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

A stateless rule in the rule group.

interface RuleGroupSourceStatelessRulesDetails {
Priority?: number | null;
}

§Properties

§
Priority?: number | null
[src]

Indicates the order in which to run this rule relative to all of the rules in the stateless rule group.

§

Provides the definition of the stateless rule.