NetworkConfig / CentralNetworkServicesConfig / NfwConfig / NfwRuleGroupConfig / NfwRuleGroupRuleConfig / NfwRuleSourceConfig / NfwStatelessRulesAndCustomActionsConfig

Network Firewall stateless rules and custom actions configuration. Use this configuration to define stateless rules and custom actions for Network Firewall.

See

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

Example

statelessRules:
- priority: 100
ruleDefinition:
actions: ['aws:pass']
matchAttributes:
sources:
- 10.1.0.0/16
sourcePorts:
- fromPort: 1024
toPort: 65535
destinations:
- 10.0.0.0/16
destinationPorts:
- fromPort: 22
toPort: 22
customActions:
actionDefinition:
publishMetricAction:
dimensions:
- CustomValue
actionName: CustomAction

Hierarchy

  • NfwStatelessRulesAndCustomActionsConfig

Implements

Constructors

Properties

Constructors

Properties

customActions: undefined | NfwRuleSourceCustomActionConfig[] = undefined

An array of Network Firewall custom action configurations.

See

NfwRuleSourceCustomActionConfig

statelessRules: NfwRuleSourceStatelessRuleConfig[] = ...

An array of Network Firewall stateless rule configurations.

See

NfwRuleSourceStatelessRuleConfig

Generated using TypeDoc