NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleSourceConfig / NfwRuleSourceStatefulRuleConfig

Network Firewall stateful rule configuration. Use to define stateful rules for Network Firewall.

See

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

Example

- action: PASS
header:
source: 10.1.0.0/16
sourcePort: ANY
destination: 10.0.0.0/16
destinationPort: ANY
direction: FORWARD
protocol: IP
ruleOptions:
- keyword: sid
settings: ['100']

Hierarchy

  • NfwRuleSourceStatefulRuleConfig

Implements

Constructors

Properties

Constructors

Properties

action: "PASS" | "DROP" | "ALERT" = 'DROP'

The action type for the stateful rule.

See

nfwStatefulRuleActionType

A Network Firewall stateful rule header configuration.

See

NfwRuleSourceStatefulRuleHeaderConfig

An array of Network Firewall stateful rule options configurations.

See

NfwRuleSourceStatefulRuleOptionsConfig

Generated using TypeDoc