NetworkFirewallPolicyDescription class

The definition of the AWS Network Firewall firewall policy.

Constructors

NetworkFirewallPolicyDescription({List<StatefulRuleGroup>? statefulRuleGroups, List<String>? statelessCustomActions, List<String>? statelessDefaultActions, List<String>? statelessFragmentDefaultActions, List<StatelessRuleGroup>? statelessRuleGroups})
NetworkFirewallPolicyDescription.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statefulRuleGroups List<StatefulRuleGroup>?
The stateful rule groups that are used in the Network Firewall firewall policy.
final
statelessCustomActions List<String>?
Names of custom actions that are available for use in the stateless default actions settings.
final
statelessDefaultActions List<String>?
The actions to take on packets that don't match any of the stateless rule groups.
final
statelessFragmentDefaultActions List<String>?
The actions to take on packet fragments that don't match any of the stateless rule groups.
final
statelessRuleGroups List<StatelessRuleGroup>?
The stateless rule groups that are used in the Network Firewall firewall policy.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited