You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::FMS::Types::NetworkFirewallPolicyDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::NetworkFirewallPolicyDescription
- Defined in:
- (unknown)
Overview
The definition of the AWS Network Firewall firewall policy.
Returned by:
Instance Attribute Summary collapse
-
#stateful_rule_groups ⇒ Array<Types::StatefulRuleGroup>
The stateful rule groups that are used in the Network Firewall firewall policy.
-
#stateless_custom_actions ⇒ Array<String>
Names of custom actions that are available for use in the stateless default actions settings.
-
#stateless_default_actions ⇒ Array<String>
The actions to take on packets that don\'t match any of the stateless rule groups.
-
#stateless_fragment_default_actions ⇒ Array<String>
The actions to take on packet fragments that don\'t match any of the stateless rule groups.
-
#stateless_rule_groups ⇒ Array<Types::StatelessRuleGroup>
The stateless rule groups that are used in the Network Firewall firewall policy.
Instance Attribute Details
#stateful_rule_groups ⇒ Array<Types::StatefulRuleGroup>
The stateful rule groups that are used in the Network Firewall firewall policy.
#stateless_custom_actions ⇒ Array<String>
Names of custom actions that are available for use in the stateless default actions settings.
#stateless_default_actions ⇒ Array<String>
The actions to take on packets that don\'t match any of the stateless rule groups.
#stateless_fragment_default_actions ⇒ Array<String>
The actions to take on packet fragments that don\'t match any of the stateless rule groups.
#stateless_rule_groups ⇒ Array<Types::StatelessRuleGroup>
The stateless rule groups that are used in the Network Firewall firewall policy.