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

Network Firewall stateless rule definition configuration. Use this configuration to define a stateless rule definition for your Network Firewall.

See

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

Example

actions: ['aws:pass']
matchAttributes:
protocols: [6]
sources:
- 10.1.0.0/16
sourcePorts:
- fromPort: 1024
toPort: 65535
destinations:
- 10.0.0.0/16
destinationPorts:
- fromPort: 22
toPort: 22

Hierarchy

  • NfwRuleSourceStatelessRuleDefinitionConfig

Implements

Constructors

Properties

Constructors

Properties

actions: string[] | ("aws:pass" | "aws:drop" | "aws:forward_to_sfe")[] = ...

An array of actions to take using the stateless rule engine.

A Network Firewall stateless rule match attributes configuration.

See

NfwRuleSourceStatelessMatchAttributesConfig

Generated using TypeDoc