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

RuleGroupSourceStatelessRuleMatchAttributes

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

Criteria for the stateless rule.

interface RuleGroupSourceStatelessRuleMatchAttributes {
Protocols?: number[] | null;
}

§Properties

§

A list of port ranges to specify the destination ports to inspect for.

§

The destination IP addresses and address ranges to inspect for, in CIDR notation.

§
Protocols?: number[] | null
[src]

The protocols to inspect for.

§

A list of port ranges to specify the source ports to inspect for.

§

The source IP addresses and address ranges to inspect for, in CIDR notation.

§

The TCP flags and masks to inspect for.