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.
https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-networkfirewall-rulegroup-statelessrulesandcustomactions.html
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: 22customActions: actionDefinition: publishMetricAction: dimensions: - CustomValue actionName: CustomAction
Readonly
An array of Network Firewall custom action configurations.
NfwRuleSourceCustomActionConfig
An array of Network Firewall stateless rule configurations.
NfwRuleSourceStatelessRuleConfig
Generated using TypeDoc
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