Options
All
  • Public
  • Public/Protected
  • All
Menu

Network Firewall stateless rule match attributes configuration. Used to define stateless rule match attributes for Network Firewall.

see

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-matchattributes.html

Hierarchy

  • NfwRuleSourceStatelessMatchAttributesConfig

Implements

Index

Constructors

Properties

destinationPorts: NfwRuleSourceStatelessPortRangeConfig[] = ...

An array of Network Firewall stateless port range configurations.

see

NfwRuleSourceStatelessPortRangeConfig

destinations: string[] = []

An array of destination CIDR ranges.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

protocols: number[] = []

An array of IP protocol numbers to inspect.

An array of Network Firewall stateless port range configurations.

see

NfwRuleSourceStatelessPortRangeConfig

sources: string[] = []

An array of source CIDR ranges.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

An array of Network Firewall stateless TCP flag configurations.

see

NfwRuleSourceStatelessTcpFlagsConfig

Generated using TypeDoc