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

RuleGroupSourceStatelessRuleMatchAttributesTcpFlags

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

A set of TCP flags and masks to inspect for.

interface RuleGroupSourceStatelessRuleMatchAttributesTcpFlags {
Flags?: string[] | null;
Masks?: string[] | null;
}

§Properties

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

Defines the flags from the Masks setting that must be set in order for the packet to match. Flags that are listed must be set. Flags that are not listed must not be set.

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

The set of flags to consider in the inspection. If not specified, then all flags are inspected.