Module Values.AwsNetworkFirewallFirewallPolicyDetailsSource

Details about a firewall policy. A firewall policy defines the behavior of a network firewall.

Sourcetype nonrec t = {
  1. firewallPolicy : FirewallPolicyDetails.t option;
    (*

    The firewall policy configuration.

    *)
  2. firewallPolicyArn : NonEmptyString.t option;
    (*

    The ARN of the firewall policy.

    *)
  3. firewallPolicyId : NonEmptyString.t option;
    (*

    The identifier of the firewall policy.

    *)
  4. firewallPolicyName : NonEmptyString.t option;
    (*

    The name of the firewall policy.

    *)
  5. description : NonEmptyString.t option;
    (*

    A description of the firewall policy.

    *)
}
Sourceval make : ?firewallPolicy:??? -> ?firewallPolicyArn:??? -> ?firewallPolicyId:??? -> ?firewallPolicyName:??? -> ?description:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of NonEmptyString.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 ]) 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