NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleVariableConfig / NfwRuleVariableDefinitionConfig

Network Firewall rule variable definition configuration. Use this configuration to define rule variable definitions for Network Firewall. Rule variables can be used in Suricata-compatible and domain list rule definitions. They are not supported in stateful rule IP header definitions.

See

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

Example

- name: HOME_NET
definition: ['10.0.0.0/16']

Hierarchy

  • NfwRuleVariableDefinitionConfig

Implements

Constructors

Properties

Constructors

Properties

definition: string[] = []

An array of values for the rule variable.

name: string = ''

A name for the rule variable.

Generated using TypeDoc