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.

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

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
interface INfwRuleSourceStatelessRuleDefinitionConfig {
    actions: string[];
    matchAttributes: INfwRuleSourceStatelessMatchAttributesConfig;
}

Properties

actions: string[]

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

A Network Firewall stateless rule match attributes configuration.

NfwRuleSourceStatelessMatchAttributesConfig