NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleVariableConfig
Network Firewall rule variable configuration. Used to define a rule variable for Network Firewall.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulevariables.html
CURRENT SYNTAX: use the following syntax when defining new rule variables. The additional example underneath is for backward compatibility
ipSets: - name: HOME_NET definition: ['10.0.0.0/16']portSets: - name: HOME_NET definition: ['80', '443']
THE BELOW EXAMPLE SYNTAX IS DEPRECATED: use the above syntax when defining new or more than one rule variable
ipSets: name: HOME_NET definition: ['10.0.0.0/16']portSets: name: HOME_NET definition: ['80', '443']
Readonly
A Network Firewall rule variable definition configuration.
NfwRuleVariableDefinitionConfig
Generated using TypeDoc
NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleVariableConfig
Network Firewall rule variable configuration. Used to define a rule variable for Network Firewall.
See
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-rulevariables.html
Example
CURRENT SYNTAX: use the following syntax when defining new rule variables. The additional example underneath is for backward compatibility
THE BELOW EXAMPLE SYNTAX IS DEPRECATED: use the above syntax when defining new or more than one rule variable