Module Values.PolicyOptionSource

Contains the settings to configure a network ACL policy, a Network Firewall firewall policy deployment model, or a third-party firewall policy.

Sourcetype nonrec t = {
  1. networkFirewallPolicy : NetworkFirewallPolicy.t option;
    (*

    Defines the deployment model to use for the firewall policy.

    *)
  2. thirdPartyFirewallPolicy : ThirdPartyFirewallPolicy.t option;
    (*

    Defines the policy options for a third-party firewall policy.

    *)
  3. networkAclCommonPolicy : NetworkAclCommonPolicy.t option;
    (*

    Defines a Firewall Manager network ACL policy.

    *)
}
Sourceval make : ?networkFirewallPolicy:??? -> ?thirdPartyFirewallPolicy:??? -> ?networkAclCommonPolicy:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Boolean of BooleanObject.t | `List of [> `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of LengthBoundedString.t | `Structure of (string * [> `Integer of IntegerObject.t ]) list ]) list ] list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t