Values.FirewallPolicyDetailsSourceDefines the behavior of the firewall.
type nonrec t = {statefulRuleGroupReferences : FirewallPolicyStatefulRuleGroupReferencesList.t
option;The stateful rule groups that are used in the firewall policy.
*)statelessCustomActions : FirewallPolicyStatelessCustomActionsList.t option;The custom action definitions that are available to use in the firewall policy's StatelessDefaultActions setting.
*)statelessDefaultActions : NonEmptyStringList.t option;The actions to take on a packet if it doesn't match any of the stateless rules in the policy. You must specify a standard action (aws:pass, aws:drop, aws:forward_to_sfe), and can optionally include a custom action from StatelessCustomActions.
*)statelessFragmentDefaultActions : NonEmptyStringList.t option;The actions to take on a fragmented UDP packet if it doesn't match any of the stateless rules in the policy. You must specify a standard action (aws:pass, aws:drop, aws:forward_to_sfe), and can optionally include a custom action from StatelessCustomActions.
*)statelessRuleGroupReferences : FirewallPolicyStatelessRuleGroupReferencesList.t
option;The stateless rule groups that are used in the firewall policy.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of NonEmptyString.t
| `Structure of
(string
* [> `Integer of Integer.t
| `String of NonEmptyString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of NonEmptyString.t ])
list ]
list ])
list ])
list ])
list ]
list ])
list ]