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

Network Firewall stateless rule configuration. Used to define a stateless rule for Network Firewall.

See

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

Example

- 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

Hierarchy

  • NfwRuleSourceStatelessRuleConfig

Implements

Constructors

Properties

Constructors

Properties

priority: number = 123

The priority number for the rule.

Remarks

Priority is evaluated in order from low to high.

A Network Firewall stateless rule definition configuration.

See

NfwRuleSourceStatelessRuleDefinitionConfig

Generated using TypeDoc