Options
All
  • Public
  • Public/Protected
  • All
Menu

Network Firewall stateful rule header configuration. Used to specify a stateful rule in a header-type format.

see

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

example
source: 10.1.0.0/16
sourcePort: ANY
destination: 10.0.0.0/16
destinationPort: ANY
direction: FORWARD
protocol: IP

Hierarchy

  • NfwRuleSourceStatefulRuleHeaderConfig

Implements

Index

Constructors

Properties

destination: string = ''

The destination CIDR range to inspect for.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

destinationPort: string = ''

The destination port or port range to inspect.

remarks

To specify a port range, separate the values with a colon :. For example: 80:443. To specify all ports, use ANY.

direction: "FORWARD" | "ANY" = 'ANY'

The direction of the traffic flow to inspect.

remarks

Use ANY to match bidirectional traffic.

Use FORWARD to match only traffic going from the source to destination.

see

NetworkConfigTypes.nfwStatefulRuleDirectionType

protocol: "TCP" | "TLS" | "UDP" | "HTTP" | "SSH" | "ICMP" | "DCERPC" | "DHCP" | "DNS" | "FTP" | "IKEV2" | "IMAP" | "IP" | "KRB5" | "MSN" | "NTP" | "SMB" | "SMTP" | "TFTP" = 'IP'

The protocol to inspect.

remarks

To specify all traffic, use IP.

see

NetworkConfigTypes.nfwStatefulRuleProtocolType

source: string = ''

The source CIDR range to inspect for.

remarks

Use CIDR notation, i.e. 10.0.0.0/16

sourcePort: string = ''

The source port or port range to inspect.

remarks

To specify a port range, separate the values with a colon :. For example: 80:443. To specify all ports, use ANY.

Generated using TypeDoc