Options
All
  • Public
  • Public/Protected
  • All
Menu

Network Firewall rule group rule configuration. Used to define rules for a Network Firewall rule group.

see

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

example
rulesSource:
rulesFile: path/to/rules.txt
ruleVariables:
ipSets:
name: HOME_NET
definition: ['10.0.0.0/16']
portSets:
name: HOME_NET
definition: ['80', '443']

Hierarchy

  • NfwRuleGroupRuleConfig

Implements

Index

Constructors

Properties

ruleVariables: undefined | NfwRuleVariableConfig = undefined

A Network Firewall rule variable configuration.

see

NfwRuleVariableConfig

rulesSource: NfwRuleSourceConfig = ...

A Network Firewall rule source configuration.

see

NfwRuleSourceConfig

statefulRuleOptions: undefined | "DEFAULT_ACTION_ORDER" | "STRICT_ORDER" = undefined

A stateful rule option for the rule group.

see

NetworkConfigTypes.nfwStatefulRuleOptionsType

Generated using TypeDoc