Firewall Policy Firewall Policy Args
Constructors
Properties
Set of actions to take on a packet if it does not match any stateful rules in the policy. This can only be specified if the policy has a stateful_engine_options
block with a rule_order
value of STRICT_ORDER
. You can specify one of either or neither values of aws:drop_strict
or aws:drop_established
, as well as any combination of aws:alert_strict
and aws:alert_established
.
A configuration block that defines options on how the policy handles stateful rules. See Stateful Engine Options below for details.
Set of configuration blocks containing references to the stateful rule groups that are used in the policy. See Stateful Rule Group Reference below for details.
Set of configuration blocks describing the custom action definitions that are available for use in the firewall policy's stateless_default_actions
. See Stateless Custom Action below for details.
Set of actions to take on a packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: aws:drop
, aws:pass
, or aws:forward_to_sfe
. In addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe
.
Set of actions to take on a fragmented packet if it does not match any of the stateless rules in the policy. You must specify one of the standard actions including: aws:drop
, aws:pass
, or aws:forward_to_sfe
. In addition, you can specify custom actions that are compatible with your standard action choice. If you want non-matching packets to be forwarded for stateful inspection, specify aws:forward_to_sfe
.
Set of configuration blocks containing references to the stateless rule groups that are used in the policy. See Stateless Rule Group Reference below for details.